fixed problem with settings
authorvlad <vlad@vlanout.(none)>
Sun, 25 Jul 2010 13:38:44 +0000 (16:38 +0300)
committervlad <vlad@vlanout.(none)>
Sun, 25 Jul 2010 13:38:44 +0000 (16:38 +0300)
applet/src/livewp-settings.c

index aaa64e5..948ca5f 100644 (file)
@@ -190,16 +190,16 @@ lw_main_settings(Animation_WallpaperPrivate *priv, gpointer data){
     gtk_window_set_modal(GTK_WINDOW(window), TRUE);
     /* Create Theme button */
     hbox = gtk_hbox_new(FALSE, 5);
-    theme_button1 = create_image_button(0, priv->dbus_conn_session);
+    theme_button1 = create_image_button(1, priv->dbus_conn_session);
     gtk_box_pack_start(GTK_BOX(hbox),
                                    theme_button1, TRUE, TRUE, 5);
-    theme_button2 = create_image_button(1, priv->dbus_conn_session);
+    theme_button2 = create_image_button(2, priv->dbus_conn_session);
     gtk_box_pack_start(GTK_BOX(hbox),
                                    theme_button2, TRUE, TRUE, 5);
-    theme_button3 = create_image_button(2, priv->dbus_conn_session);
+    theme_button3 = create_image_button(3, priv->dbus_conn_session);
     gtk_box_pack_start(GTK_BOX(hbox),
                                    theme_button3, TRUE, TRUE, 5);
-    theme_button4 = create_image_button(3, priv->dbus_conn_session);
+    theme_button4 = create_image_button(4, priv->dbus_conn_session);
     gtk_box_pack_start(GTK_BOX(hbox),
                                    theme_button4, TRUE, TRUE, 5);
     gtk_box_pack_start(GTK_BOX(GTK_DIALOG(window)->vbox),