From 0ef5c4b8917bade623681cf8fa5ff040aca12279 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 24 Sep 2007 20:04:45 +0000 Subject: Add arrows on the homepage to hint about frame activation. --- (limited to 'shell/sugar-shell') 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() -- cgit v0.9.1