Add arrows on the homepage to hint about frame activation.

This commit is contained in:
Marco Pesenti Gritti
2007-09-24 22:04:45 +02:00
parent a8969d776f
commit 0ef5c4b891
10 changed files with 76 additions and 3 deletions
+3
View File
@@ -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()