Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-09-26 21:58:55 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-09-26 21:58:55 (GMT)
commit3f23f35f3086d5569c1a1db55fdd0b006d9716ee (patch)
treea19732132c9fd12f897523aad974c32afb7ccee1
parent5d40cc4a9207686b54d0952d6a8cfc42e84034ac (diff)
sdxo#2370: Hide the alert (if any), when remote-share is re-loaded.
-rw-r--r--rpms/sugar/0148-sdxo-2370-Hide-the-alert-if-any-when-remote-share-is.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/rpms/sugar/0148-sdxo-2370-Hide-the-alert-if-any-when-remote-share-is.patch b/rpms/sugar/0148-sdxo-2370-Hide-the-alert-if-any-when-remote-share-is.patch
new file mode 100644
index 0000000..18fdc26
--- /dev/null
+++ b/rpms/sugar/0148-sdxo-2370-Hide-the-alert-if-any-when-remote-share-is.patch
@@ -0,0 +1,27 @@
+From 9a831194ac0a1ee6b355f9a59e7294df5f2cc7f8 Mon Sep 17 00:00:00 2001
+From: Ajay Garg <ajay@activitycentral.com>
+Date: Thu, 27 Sep 2012 03:27:14 +0530
+Subject: [PATCH] sdxo#2370: Hide the alert (if any), when remote-share is re-loaded.
+Organization: Sugar Labs Foundation
+
+
+Signed-off-by: Ajay Garg <ajay@activitycentral.com>
+---
+ src/jarabe/view/palettes.py | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/jarabe/view/palettes.py b/src/jarabe/view/palettes.py
+index 34cce63..8aaf1af 100644
+--- a/src/jarabe/view/palettes.py
++++ b/src/jarabe/view/palettes.py
+@@ -376,6 +376,7 @@ class RemoteSharePalette(Palette):
+
+ def __reload_remote_share(self, menu_item):
+ from jarabe.journal.journalactivity import get_journal
++ get_journal().hide_alert()
+ get_journal().get_list_view().refresh()
+
+ def __unmount_activate_cb(self, menu_item):
+--
+1.7.4.4
+