Ticket #4282: 0002-Journal-details-make-buddies-appear-SL-4282.patch

File 0002-Journal-details-make-buddies-appear-SL-4282.patch, 1.0 KB (added by manuq, 11 years ago)

Patch.

  • src/jarabe/journal/expandedentry.py

    From ad2517ddd6e48acd582e3f3cfd0d58a6cb0740f7 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 29 Nov 2012 15:38:17 -0300
    Subject: [PATCH shell 2/2] Journal details: make buddies appear - SL #4282
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Fix alignment constructor to make buddies visible again.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     src/jarabe/journal/expandedentry.py | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/jarabe/journal/expandedentry.py b/src/jarabe/journal/expandedentry.py
    index f2d8136..88ba3d7 100644
    a b class Separator(Gtk.VBox): 
    4646
    4747class BuddyList(Gtk.Alignment):
    4848    def __init__(self, buddies):
    49         Gtk.Alignment.__init__(self, 0, 0, 0, 0)
     49        Gtk.Alignment.__init__(self)
    5050
    5151        hbox = Gtk.HBox()
    5252        for buddy in buddies: