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 16:06:37 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-09-18 16:06:37 (GMT)
commitaef0f8bd30e8edc6d4c83f12b5ba47964539909d (patch)
treeca8f618c509634d82e31f5176dfc744aa14126af
parent2a0a2fe87edcf30427c51c221f0c1b67f9e870c9 (diff)
sdxo#2342: Enable View-Details for remote-shares.
-rw-r--r--rpms/sugar/0140-sdxo-2342-Enable-View-Details-for-remote-shares.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/rpms/sugar/0140-sdxo-2342-Enable-View-Details-for-remote-shares.patch b/rpms/sugar/0140-sdxo-2342-Enable-View-Details-for-remote-shares.patch
new file mode 100644
index 0000000..6c59c1f
--- /dev/null
+++ b/rpms/sugar/0140-sdxo-2342-Enable-View-Details-for-remote-shares.patch
@@ -0,0 +1,26 @@
+From 4c6534f804671b2c5782f62dcdda7f428c6fc942 Mon Sep 17 00:00:00 2001
+From: Ajay Garg <ajay@activitycentral.com>
+Date: Tue, 18 Sep 2012 21:34:32 +0530
+Subject: [PATCH] sdxo#2342: Enable View-Details for remote-shares.
+Organization: Sugar Labs Foundation
+Signed-off-by: Ajay Garg <ajay@activitycentral.com>
+---
+ src/jarabe/journal/palettes.py | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/src/jarabe/journal/palettes.py b/src/jarabe/journal/palettes.py
+index 94922ec..facfd0d 100644
+--- a/src/jarabe/journal/palettes.py
++++ b/src/jarabe/journal/palettes.py
+@@ -207,8 +207,6 @@ class ObjectPalette(Palette):
+ if detail == True:
+ menu_item = MenuItem(_('View Details'), 'go-right')
+ menu_item.connect('activate', self.__detail_activate_cb)
+- if model.is_mount_point_for_locally_mounted_remote_share(current_mount_point):
+- menu_item.set_sensitive(False)
+ self.menu.append(menu_item)
+ menu_item.show()
+
+--
+1.7.4.4
+