changed license to GPL v2
[livewp] / applet / src / livewp-control-widget.c
index e67fca4..ad43818 100644 (file)
@@ -7,8 +7,8 @@
  *       for the code
  * 
  * This software is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  * 
  * This software is distributed in the hope that it will be useful, but
@@ -29,6 +29,7 @@ osso_return_t
 execute(osso_context_t *osso, gpointer data, gboolean user_activated){
 
     Animation_WallpaperPrivate *priv = g_new0 (Animation_WallpaperPrivate, 1);
+    priv->theme_string_parametr1 = NULL;
     priv->osso = osso_initialize("org.maemo.livewp", VERSION, TRUE, NULL);
     /* Load config */
     read_config(priv);