* src/ViewManager.py: remove unneeded show, remove tabs
2008-01-02 Benny Malengier <benny.malengier@gramps-project.org> svn: r9690
This commit is contained in:
parent
9f0a5402bd
commit
b589f2dff4
@ -1,3 +1,6 @@
|
||||
2008-01-02 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/ViewManager.py: remove unneeded show, remove tabs
|
||||
|
||||
2008-01-02 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/Filters/SideBar/_PlaceSidebarFilter.py: correct string, bug #1275
|
||||
|
||||
|
@ -675,7 +675,6 @@ class ViewManager:
|
||||
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user