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:
212527e
)
Update the toggle column in the category tree after paste. Fixes
author
Joel Rosdahl
<joel@rosdahl.net>
Sun, 29 Aug 2004 17:03:13 +0000
(17:03 +0000)
committer
Joel Rosdahl
<joel@rosdahl.net>
Sun, 29 Aug 2004 17:03:13 +0000
(17:03 +0000)
ticket #45.
src/gkofoto/gkofoto/categories.py
patch
|
blob
|
history
diff --git
a/src/gkofoto/gkofoto/categories.py
b/src/gkofoto/gkofoto/categories.py
index
502bd6e
..
e7fe8ae
100644
(file)
--- a/
src/gkofoto/gkofoto/categories.py
+++ b/
src/gkofoto/gkofoto/categories.py
@@
-265,6
+265,7
@@
class Categories:
message_format="Category loop detected.")
dialog.run()
dialog.destroy()
+ self.__updateToggleColumn()
self.__expandAndCollapseRows(False, False)
def _createRootCategory(self, item, data):