* src/ImageSelect.py: signal fix

svn: r5347
This commit is contained in:
Julio Sánchez 2005-10-24 20:33:05 +00:00
parent 1e404f7146
commit df27ab97d1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* src/WriteGedcom.py: export more objects, better conformance with
the spec, preserve timestamps on objects
* src/const.py.in: add table of GEDCOM tags that take a value on the
same line
* src/ImageSelect.py: signal fix
2005-10-23 Don Allingham <don@gramps-project.org>
* src/ReadGedcom.py: handle progress bar

View File

@ -770,7 +770,7 @@ class LocalMediaProperties:
self.gladeif = GladeIf(self.change_dialog)
self.gladeif.connect('change_description','delete_event',self.on_delete_event)
self.gladeif.connect('button84','clicked',self.close)
self.gladeif.connect('ok','clicked',self.on_ok_clicked)
self.gladeif.connect('button82','clicked',self.on_ok_clicked)
self.gladeif.connect('button104','clicked',self.on_help_clicked)
self.gladeif.connect('notebook1','switch_page',self.on_notebook_switch_page)
self.gladeif.connect('button86','clicked',self.on_add_attr_clicked)