Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-24 20:04:45 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-24 20:04:45 (GMT)
commit0ef5c4b8917bade623681cf8fa5ff040aca12279 (patch)
tree1cf228a47732347b301a9a00d1e85dae2c805903 /shell/sugar-shell
parenta8969d776fc4ca138c925d6756804300cbaef2ae (diff)
Add arrows on the homepage to hint about frame activation.
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 63225fc..0ecc4eb 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -101,6 +101,9 @@ def main():
_start_matchbox()
_setup_translations()
+ icons_path = env.get_data_path('icons')
+ gtk.icon_theme_get_default().append_search_path(icons_path)
+
# Do initial setup if needed
if not get_profile().is_valid():
win = intro.IntroWindow()