Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms/sugar/0018-Change-the-method-to-add-new-actitivities-in-the-act.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rpms/sugar/0018-Change-the-method-to-add-new-actitivities-in-the-act.patch')
-rw-r--r--rpms/sugar/0018-Change-the-method-to-add-new-actitivities-in-the-act.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/rpms/sugar/0018-Change-the-method-to-add-new-actitivities-in-the-act.patch b/rpms/sugar/0018-Change-the-method-to-add-new-actitivities-in-the-act.patch
new file mode 100644
index 0000000..fe9b7ed
--- /dev/null
+++ b/rpms/sugar/0018-Change-the-method-to-add-new-actitivities-in-the-act.patch
@@ -0,0 +1,26 @@
+From f5aee59dea8bb3c11cd67a9faa48d18afbd34cbc Mon Sep 17 00:00:00 2001
+From: Jorge Saldivar <jsaldivar@paraguayeduca.org>
+Date: Thu, 1 Jul 2010 17:39:24 -0400
+Subject: [PATCH sugar 18/74] Change the method to add new actitivities in the
+ activities list in home view
+
+---
+ src/jarabe/desktop/activitieslist.py | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/jarabe/desktop/activitieslist.py b/src/jarabe/desktop/activitieslist.py
+index b3b1f9d..44b0725 100644
+--- a/src/jarabe/desktop/activitieslist.py
++++ b/src/jarabe/desktop/activitieslist.py
+@@ -222,7 +222,7 @@ def _add_activity(self, activity_info):
+ '<span style="italic" weight="light">%s</span>' % \
+ (activity_info.get_name(), tags)
+
+- self._model.append([activity_info.get_bundle_id(),
++ self._model.prepend([activity_info.get_bundle_id(),
+ favorite,
+ activity_info.get_icon(),
+ title,
+--
+1.7.6
+