* src/ImageSelect.py (ImageSelect.__init__): Make dialog transient for

its parent; (Gallery.__init__): Accept parent_window and pass it on.


svn: r2132
This commit is contained in:
Alex Roitman
2003-09-15 04:16:12 +00:00
parent 1021a5ef65
commit 38d0cd78d3
2 changed files with 15 additions and 8 deletions

View File

@@ -14,6 +14,8 @@
* src/Witness.py: Make WittnessEditor dialog modal and transient for
its parent. Call SelectPerson with itself as a parent.
* src/SelectPerson.py (__init__): Make dialog transient for its parent.
* src/ImageSelect.py (ImageSelect.__init__): Make dialog transient for
its parent; (Gallery.__init__): Accept parent_window and pass it on.
* src/imagesel.glade: Define proper responses and delete unneeded handlers
for buttons. Make gtkFileEntry modal.
* src/dialog.glade (all dialogs): Define proper responses for buttons.