From 9ca01136e49819df84f632f047d264253bb9379f Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sat, 29 Oct 2011 12:46:59 +0000 Subject: activity.py: Apply sugar GTK3 theme and icon theme [squashed two patches into one] Signed-off-by: Sascha Silbe --- diff --git a/src/sugar3/activity/activity.py b/src/sugar3/activity/activity.py index 91213e5..6f27522 100644 --- a/src/sugar3/activity/activity.py +++ b/src/sugar3/activity/activity.py @@ -273,6 +273,8 @@ class Activity(Window, gtk.Container): # This code can be removed when we grow an xsettings daemon (the GTK+ # init routines will then automatically figure out the font settings) settings = Gtk.Settings.get_default() + settings.set_property('gtk-theme-name', 'sugar') + settings.set_property('gtk-icon-theme-name', 'sugar') settings.set_property('gtk-font-name', '%s %f' % (style.FONT_FACE, style.FONT_SIZE)) -- cgit v0.9.1