projects
/
joel
/
kofoto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623b53a
)
Destroy "Register and add images..." dialog properly after use.
author
Joel Rosdahl
<joel@rosdahl.net>
Sun, 25 Jul 2004 22:58:32 +0000
(22:58 +0000)
committer
Joel Rosdahl
<joel@rosdahl.net>
Sun, 25 Jul 2004 22:58:32 +0000
(22:58 +0000)
src/gkofoto/albums.py
patch
|
blob
|
history
diff --git
a/src/gkofoto/albums.py
b/src/gkofoto/albums.py
index
4a96f61
..
a9b0fee
100644
(file)
--- a/
src/gkofoto/albums.py
+++ b/
src/gkofoto/albums.py
@@
-98,6
+98,7
@@
class Albums:
selectedAlbum = env.shelf.getAlbum(selectedAlbumId)
dialog = RegisterImagesDialog(selectedAlbum)
dialog.run()
+ dialog.destroy()
# TODO: update objectCollection?
def _createAlbumHelper(self, tag, desc):