Skip to content

Commit

Permalink
disable node expanding when adding book
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Peng committed Dec 5, 2010
1 parent ef3d096 commit b9d7dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kindelabra.py
Expand Up @@ -309,7 +309,7 @@ def add_file(self, widget):
self.db.add_filehash(colname, filehash)
else:
self.status("No such collection:" + colname)
self.colview.expand_all()
#self.colview.expand_all()

def del_file(self, widget):
self.statusbar.pop(1)
Expand Down

0 comments on commit b9d7dc0

Please sign in to comment.