version 1.0.1 is done
authorVlad <vlad@gas.by>
Tue, 5 Oct 2010 13:16:55 +0000 (16:16 +0300)
committerVlad <vlad@gas.by>
Tue, 5 Oct 2010 13:16:55 +0000 (16:16 +0300)
applet/debian/changelog
applet/src/livewp-settings.c

index de6a713..0479d69 100644 (file)
@@ -1,9 +1,19 @@
+live-wallpaper (1.0.1) unstable; urgency=low
+
+  * Fixed problem with width of screen in theme 'Flash' (Thanks Koos)
+  * Fixed problems in theme 'Slideshow'
+  * Fixed problem with settings for theme "Flash"
+
+ -- Vlad Vasiliev <vlad@gas.by>  Thu, 05 Oct 2010 11:59:10 +0200
+
 live-wallpaper (1.0) unstable; urgency=low
 
   * Added theme 'Flash' 
+  * Added theme 'Slideshow'
   * Increased to 9 supported view  
+  * Updated Russian translation
 
- -- Vlad Vasiliev <vlad@gas.by>  Wed, 25 Sep 2010 20:59:10 +0200
+ -- Vlad Vasiliev <vlad@gas.by>  Sun, 03 Oct 2010 11:59:10 +0200
 
 live-wallpaper (0.9.2) unstable; urgency=low
 
index 018258f..7804968 100644 (file)
@@ -339,7 +339,7 @@ fill_theme_button (Animation_WallpaperPrivate *priv, GtkWidget *button, gchar *c
             continue;
         if (!strcmp(g_hash_table_lookup(store->data, "category"), category)){
             hildon_touch_selector_append_text (HILDON_TOUCH_SELECTOR (selector), _(g_hash_table_lookup(store->data, "name")));
-            if (!strcmp(theme, _(g_hash_table_lookup(store->data, "name")))){
+            if (!strcmp(theme, g_hash_table_lookup(store->data, "name"))){
                 hildon_touch_selector_set_active (HILDON_TOUCH_SELECTOR (selector), 0, num);
                 hildon_button_set_value(HILDON_BUTTON(button), _(g_hash_table_lookup(store->data, "name")));
             }