Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpms/sugar/0127-Fixing-the-bug-Copy-an-entry-via-single-mode-from-Do.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/rpms/sugar/0127-Fixing-the-bug-Copy-an-entry-via-single-mode-from-Do.patch b/rpms/sugar/0127-Fixing-the-bug-Copy-an-entry-via-single-mode-from-Do.patch
new file mode 100644
index 0000000..d0694d5
--- /dev/null
+++ b/rpms/sugar/0127-Fixing-the-bug-Copy-an-entry-via-single-mode-from-Do.patch
@@ -0,0 +1,30 @@
+From 20051e945e590b0cfed73ec8a869312ad1499d16 Mon Sep 17 00:00:00 2001
+From: Ajay Garg <ajay@activitycentral.com>
+Date: Thu, 16 Aug 2012 02:17:09 +0530
+Subject: [sugar PATCH] Fixing the bug :: Copy an entry via "single mode" from
+ Documents to Journal; then switch to Journal; then select
+ an entry ::: The message "Selected 1 of <y>" was not
+ displayed.
+Organization: Sugar Labs Foundation
+Signed-off-by: Ajay Garg <ajay@activitycentral.com>
+---
+
+ src/jarabe/journal/palettes.py | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/jarabe/journal/palettes.py b/src/jarabe/journal/palettes.py
+index c762d42..9434833 100644
+--- a/src/jarabe/journal/palettes.py
++++ b/src/jarabe/journal/palettes.py
+@@ -544,7 +544,7 @@ class ActionItem(gobject.GObject):
+ journal = get_journal()
+ journal_toolbar_box = journal.get_toolbar_box()
+
+- if not self._auto_deselect_source_entries:
++ if self._batch_mode and (not self._auto_deselect_source_entries):
+ journal_toolbar_box.display_already_selected_entries_status()
+
+ self._process_switching_mode(None, False)
+--
+1.7.4.4
+