fixed slideshow settings
authorvlad <vlad@vlanout.(none)>
Fri, 1 Oct 2010 19:28:33 +0000 (22:28 +0300)
committervlad <vlad@vlanout.(none)>
Fri, 1 Oct 2010 19:28:33 +0000 (22:28 +0300)
applet/src/livewp-settings.c

index e925856..d1d517e 100644 (file)
@@ -329,7 +329,7 @@ fill_theme_button (Animation_WallpaperPrivate *priv, GtkWidget *button, gchar *c
                 hildon_button_set_value(HILDON_BUTTON(button), _("Video"));
             }
             if (!strcmp(theme, "Slideshow")){
-                hildon_touch_selector_set_active (HILDON_TOUCH_SELECTOR (selector), 0, 4);
+                hildon_touch_selector_set_active (HILDON_TOUCH_SELECTOR (selector), 0, 5);
                 hildon_button_set_value(HILDON_BUTTON(button), _("Slideshow"));
             }
        }