* src/ViewManager.py: Fix 0000576: Credits window behind about window
svn: r7653
This commit is contained in:
parent
174655f295
commit
ed9e7b3eef
@ -1,3 +1,6 @@
|
|||||||
|
2006-11-19 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/ViewManager.py: Fix 0000576: Credits window behind about window
|
||||||
|
|
||||||
2006-11-18 Brian Matherly <brian@gramps-project.org>
|
2006-11-18 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/plugins/NarrativeWeb.py: Fix 0000543: Multimedia-Objects marked as
|
* src/plugins/NarrativeWeb.py: Fix 0000543: Multimedia-Objects marked as
|
||||||
private are visible in narrative web-report
|
private are visible in narrative web-report
|
||||||
|
@ -620,6 +620,7 @@ class ViewManager:
|
|||||||
about.set_translator_credits(_(const.translators))
|
about.set_translator_credits(_(const.translators))
|
||||||
about.set_documenters(const.documenters)
|
about.set_documenters(const.documenters)
|
||||||
about.set_logo(gtk.gdk.pixbuf_new_from_file(const.splash))
|
about.set_logo(gtk.gdk.pixbuf_new_from_file(const.splash))
|
||||||
|
about.set_modal(True)
|
||||||
about.show()
|
about.show()
|
||||||
about.run()
|
about.run()
|
||||||
about.destroy()
|
about.destroy()
|
||||||
|
Loading…
Reference in New Issue
Block a user