Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop/activitieslist.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-09-19 06:40:15 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-19 12:26:52 (GMT)
commit7a90e97f8a9db2f8a664983d36065922e083ff33 (patch)
treed16fa830e06f31abba6aae24563f0a38a1b8d89d /src/jarabe/desktop/activitieslist.py
parent6c5f0062fef5cd890b592a806e7e709ac1a3a44f (diff)
Activity ListView: fix the erase activity alert
pack_start: we have to pass all arguments now with the dynamic bindings Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'src/jarabe/desktop/activitieslist.py')
-rw-r--r--src/jarabe/desktop/activitieslist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/desktop/activitieslist.py b/src/jarabe/desktop/activitieslist.py
index 5d3dc20..b111164 100644
--- a/src/jarabe/desktop/activitieslist.py
+++ b/src/jarabe/desktop/activitieslist.py
@@ -426,7 +426,7 @@ class ActivitiesList(Gtk.VBox):
if self._alert is not None:
self.remove_alert()
self._alert = alert
- self.pack_start(alert, False)
+ self.pack_start(alert, False, True, 0)
self.reorder_child(alert, 0)
def remove_alert(self):