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-08-16 01:48:55 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-08-16 01:48:55 (GMT)
commitb85c358523a7bc31af6c42d1203beb09887c9531 (patch)
tree9a9e739262f991059009e79180692127d402f362
parent6ca44668cefaf1a608ce135036ddd7c8b33fa973 (diff)
Fixing the bug :: Copy some entries (via "single" or "batch"
mode) from Documents to Journal; then switch to Journal; then delete ALL the entries (it is important to delete all entries; even if one entry is left, the bug will not surface); then switch back to Documents. Result:: The "list-view" is frozen, although the upper, and lower toolbars are active.
-rw-r--r--rpms/sugar/0128-Fixing-the-bug-Copy-some-entries-via-single-or-batch.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/rpms/sugar/0128-Fixing-the-bug-Copy-some-entries-via-single-or-batch.patch b/rpms/sugar/0128-Fixing-the-bug-Copy-some-entries-via-single-or-batch.patch
new file mode 100644
index 0000000..dc1c971
--- /dev/null
+++ b/rpms/sugar/0128-Fixing-the-bug-Copy-some-entries-via-single-or-batch.patch
@@ -0,0 +1,32 @@
+From 604d688c393d1099cde251296e1324b7a35bbc47 Mon Sep 17 00:00:00 2001
+From: Ajay Garg <ajay@activitycentral.com>
+Date: Thu, 16 Aug 2012 07:12:31 +0530
+Subject: [sugar PATCH] Fixing the bug :: Copy some entries (via "single" or "batch"
+ mode) from Documents to Journal; then switch to Journal;
+ then delete ALL the entries (it is important to delete all
+ entries; even if one entry is left, the bug will not
+ surface); then switch back to Documents. Result:: The
+ "list-view" is frozen, although the upper, and lower
+ toolbars are active.
+Organization: Sugar Labs Foundation
+Signed-off-by: Ajay Garg <ajay@activitycentral.com>
+---
+
+ src/jarabe/journal/listview.py | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/jarabe/journal/listview.py b/src/jarabe/journal/listview.py
+index 34b44f6..333d88a 100644
+--- a/src/jarabe/journal/listview.py
++++ b/src/jarabe/journal/listview.py
+@@ -407,6 +407,7 @@ class BaseListView(gtk.Bin):
+
+ def refresh(self):
+ if not self._inhibit_refresh:
++ self.set_sensitive(True)
+ self.proceed_with_refresh()
+
+ def proceed_with_refresh(self):
+--
+1.7.4.4
+