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-18 11:08:38 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-09-18 11:08:38 (GMT)
commitd7e6387b46cb2ed13a90e4c27bfdbe8771c196ad (patch)
treee5d1b6763e854714fb8c8e27722df08a939751da
parent388489c92ac14f6612ad394db2d46a91105b26ed (diff)
sdxo#2338: Hide the alert (if any) automatically, when switching from one mount-point to another.
-rw-r--r--rpms/sugar/0138-sdxo-2338-Hide-the-alert-if-any-automatically-when-s.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/rpms/sugar/0138-sdxo-2338-Hide-the-alert-if-any-automatically-when-s.patch b/rpms/sugar/0138-sdxo-2338-Hide-the-alert-if-any-automatically-when-s.patch
new file mode 100644
index 0000000..7860416
--- /dev/null
+++ b/rpms/sugar/0138-sdxo-2338-Hide-the-alert-if-any-automatically-when-s.patch
@@ -0,0 +1,26 @@
+From 8d455fc8e8e7d5244d3092b7996ea3a569394bc6 Mon Sep 17 00:00:00 2001
+From: Ajay Garg <ajay@activitycentral.com>
+Date: Tue, 18 Sep 2012 16:35:35 +0530
+Subject: [PATCH] sdxo#2338: Hide the alert (if any) automatically, when
+ switching from one mount-point to another.
+Organization: Sugar Labs Foundation
+Signed-off-by: Ajay Garg <ajay@activitycentral.com>
+---
+ src/jarabe/journal/volumestoolbar.py | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/jarabe/journal/volumestoolbar.py b/src/jarabe/journal/volumestoolbar.py
+index 29a8619..3b2c018 100644
+--- a/src/jarabe/journal/volumestoolbar.py
++++ b/src/jarabe/journal/volumestoolbar.py
+@@ -321,6 +321,7 @@ class VolumesToolbar(gtk.Toolbar):
+ from jarabe.journal.journalactivity import get_journal
+ journal = get_journal()
+
++ journal.hide_alert()
+ journal.get_list_view()._selected_entries = 0
+ journal.switch_to_editing_mode(False)
+ journal.get_list_view().inhibit_refresh(False)
+--
+1.7.4.4
+