* src/ViewManager.py: Fix 0000576: Credits window behind about window
svn: r7653
This commit is contained in:
gramps2
@ -620,6 +620,7 @@ class ViewManager:
|
||||
about.set_translator_credits(_(const.translators))
|
||||
about.set_documenters(const.documenters)
|
||||
about.set_logo(gtk.gdk.pixbuf_new_from_file(const.splash))
|
||||
about.set_modal(True)
|
||||
about.show()
|
||||
about.run()
|
||||
about.destroy()
|
||||
|
Reference in New Issue
Block a user