From 1c48315a0f2d51a5761d146f94ba58403f87d567 Mon Sep 17 00:00:00 2001 From: einarr Date: Wed, 14 Mar 2007 17:26:40 +0000 Subject: [PATCH] Added debug output. --- fluents/selections.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fluents/selections.py b/fluents/selections.py index 0ca62ed..898394d 100644 --- a/fluents/selections.py +++ b/fluents/selections.py @@ -132,9 +132,11 @@ class IdListController: dim_h = annotations.get_dim_handler(self._dimension) if not dim_h: + print "set_sensitive(False)" self._menu_ann.set_sensitive(False) else: annotations_menu = gtk.Menu() + print "set_sensitive(True)" self._menu_ann.set_sensitive(True) dh = annotations.get_dim_handler(self._dimension) ann_names = dh.get_annotation_names()