Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ui.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-14 04:37:02 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-14 04:37:02 (GMT)
commit7989b436f94d133286b9ad074a6a0bd6126447ab (patch)
tree39c8f9dce42a1f2516b5861db96b95cee494ff63 /ui.py
parente92b82ffd3aab074f09cce320d76b2061615c575 (diff)
working path bug fixed, also made the tags insensitive
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/46@976 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'ui.py')
-rw-r--r--ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.py b/ui.py
index 4100061..c1b409e 100644
--- a/ui.py
+++ b/ui.py
@@ -1662,6 +1662,7 @@ class UI:
self.datePanel.show()
self.tagsPanel.show()
self.tagsBuffer.set_text("")
+ self.tagsBuffer.set_sensitive(False)
def setWaitCursor( self, win ):