Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-04-15 23:40:17 (GMT)
committer florent <florent.pigout@gmail.com>2011-04-15 23:40:17 (GMT)
commitf18a18153ec1b4806e69d7879f3a387f7ea5f4de (patch)
tree4386fa18527299c99d36351d2ef9f33082226eca /activity.py
parente3fac95899171b7c79104db5bb82a08d4100eba3 (diff)
prepare import/export buttons and cb
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index a6add05..ac325dd 100644
--- a/activity.py
+++ b/activity.py
@@ -122,6 +122,11 @@ def _toolbar_changed(toolbox, page, activity_):
if page == 0:
# show the activity screen
activity_._change_screen(toolbar=None, name='activity')
+ # ..
+ _screen = activity_.get_current_screen()
+ # ..
+ _screen.msg_label_import.hide()
+ _screen.msg_label_export.hide()
else:
pass
# propagate it