Ticket #3900: 0001-Add-setting-to-always-show-the-icons-in-the-menu-SL-.patch

File 0001-Add-setting-to-always-show-the-icons-in-the-menu-SL-.patch, 980 bytes (added by manuq, 12 years ago)

Proposed patch.

  • bin/sugar-session

    From 8c54a9de3dc5261ae18285fb0d700a03232c2d4b Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 13 Sep 2012 13:33:08 -0300
    Subject: [PATCH sugar] Add setting to always show the icons in the menu - SL
     #3900
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     bin/sugar-session | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/bin/sugar-session b/bin/sugar-session
    index 1519a20..59017c1 100755
    a b def set_fonts(): 
    224224    size = client.get_float('/desktop/sugar/font/default_size')
    225225    settings = Gtk.Settings.get_default()
    226226    settings.set_property("gtk-font-name", "%s %f" % (face, size))
     227    settings.set_property('gtk-menu-images', True)
    227228
    228229def set_theme():
    229230    settings = Gtk.Settings.get_default()