* src/gramps_main.py (Gramps.__init__): Call ArgHandler between

init_interface and post_init_interface.
	* src/ViewManager.py (init_interface): Split off post_init_interface.


svn: r6732
This commit is contained in:
Alex Roitman
2006-05-21 04:13:34 +00:00
parent e0f97ecfc7
commit 9b010f7840
3 changed files with 7 additions and 2 deletions

View File

@ -417,6 +417,7 @@ class ViewManager:
self.fileactions.set_sensitive(True)
self.uistate.widget.set_sensitive(True)
def post_init_interface(self):
# Showing the main window is deferred so that
# ArgHandler can work without it always shown
self.window.show()