2006-12-22 Alex Roitman <shura@phy.ucsf.edu>
* src/GrampsDb/_WriteGedcom.py (write_source_ref): Write PAGE as a single line. * src/Editors/_EditFamily.py (build_interface): Remove extra show() call. * src/Editors/_EditMedia.py (_local_init): Remove extra show() call. * src/Editors/_EditEvent.py (_local_init): Remove extra show() call. * src/Editors/_EditRepository.py (_local_init): Remove extra show() call. * src/Editors/_EditSecondary.py (_set_size): Remove extra show() call. * src/Editors/_EditReference.py (_set_size): Remove extra show() call. * src/Editors/_EditSource.py (_local_init): Remove extra show() call. svn: r7839
This commit is contained in:
@@ -100,7 +100,6 @@ class EditEvent(EditPrimary):
|
||||
width = Config.get(Config.EVENT_WIDTH)
|
||||
height = Config.get(Config.EVENT_HEIGHT)
|
||||
self.window.resize(width, height)
|
||||
self.window.show()
|
||||
|
||||
def _connect_signals(self):
|
||||
self.top.get_widget('button111').connect('clicked',self.close)
|
||||
|
Reference in New Issue
Block a user