fixed crashing of desktop
authorVlad <vlad@gas.by>
Wed, 21 Jul 2010 05:14:30 +0000 (08:14 +0300)
committerVlad <vlad@gas.by>
Wed, 21 Jul 2010 05:14:30 +0000 (08:14 +0300)
applet/debian/changelog
applet/src/livewp-main.c
applet/src/livewp-settings.c

index fa7478d..8c6d65f 100644 (file)
@@ -1,5 +1,11 @@
 live-wallpaper (0.6) unstable; urgency=low
 
+  * Fixed craching after click in setting icon on applet 
+
+ -- Vlad Vasiliev <vlad@gas.by>  Tue, 20 Jul 2010 12:09:10 +0200
+
+live-wallpaper (0.6) unstable; urgency=low
+
   * Added possiblity to use all displays
 
  -- Vlad Vasiliev <vlad@gas.by>  Tue, 20 Jul 2010 12:09:10 +0200
index f878924..07e4fda 100644 (file)
@@ -32,7 +32,7 @@ btn_setting_clicked(HildonButton *btn, gpointer data)
     Animation_WallpaperPrivate *priv = data;
     // open settings dialog
     fprintf(stderr, "btn setting clicked, %s\n", priv->theme);
-    lw_settings(priv, NULL);
+    lw_main_settings(priv, NULL);
     fprintf(stderr, "btn setting clicked, %s\n", priv->theme);
 }
 void
index e7d6b06..2b4a751 100644 (file)
@@ -34,7 +34,7 @@ void lw_about(void){
     gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER);
     gtk_window_set_modal(GTK_WINDOW(window), TRUE);
     vbox = gtk_vbox_new (FALSE, 5);
-    label_about = gtk_label_new (_("Live Wallpaper\n Version 0.6 \n Copyright(c) 2010\n \
+    label_about = gtk_label_new (_("Live Wallpaper Version 0.6.1 \n Copyright(c) 2010\n \
 Tanya Makova\n Vlad Vasiliev\n \
 Copyright(c) 2010 for design themes Berlin and Modern Vasya Bobrikov\n \
 Copyright(c) 2010 for design theme Matrix Andrew Zhilin\n \
@@ -170,7 +170,7 @@ create_enable_button (gboolean active)
 /*******************************************************************************/
 void
 show_settings(GtkWidget *widget, Animation_WallpaperPrivate *priv){
-    lw_settings(priv, NULL);
+    lw_main_settings(priv, NULL);
 }
 /*******************************************************************************/
 void