Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/expandedentry.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-09-03 09:18:44 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-07 09:14:25 (GMT)
commit0c4c39649838a2f3d3222a55e53faff3d110a0bf (patch)
tree0c6436b8750c34bd7a16829a029544ad1bb316c6 /src/jarabe/journal/expandedentry.py
parentd11d547c0294ca4fd88f214ca9d754e1d54bed0e (diff)
Fixups for the pygi-convert.sh script
- rename SugarExt.AcmeVolumeAlsa to SugarExt.VolumeAlsa - wrong pack_start conversion Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'src/jarabe/journal/expandedentry.py')
-rw-r--r--src/jarabe/journal/expandedentry.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jarabe/journal/expandedentry.py b/src/jarabe/journal/expandedentry.py
index 3bfe013..1c203cf 100644
--- a/src/jarabe/journal/expandedentry.py
+++ b/src/jarabe/journal/expandedentry.py
@@ -146,11 +146,11 @@ class ExpandedEntry(Gtk.EventBox):
self._preview_box.add(self._create_preview())
self._technical_box.foreach(self._technical_box.remove)
- self._technical_box.pack_start(self._create_technical(, True, True, 0),
+ self._technical_box.pack_start(self._create_technical(),
False, False, style.DEFAULT_SPACING)
self._buddy_list.foreach(self._buddy_list.remove)
- self._buddy_list.pack_start(self._create_buddy_list(, True, True, 0), False, False,
+ self._buddy_list.pack_start(self._create_buddy_list(), False, False,
style.DEFAULT_SPACING)
description = metadata.get('description', '')