Begun new version 0.3
authorVlad Vasiliev <vlad@toshiba2.oblgaz>
Tue, 13 Apr 2010 19:20:10 +0000 (22:20 +0300)
committerVlad Vasiliev <vlad@toshiba2.oblgaz>
Tue, 13 Apr 2010 19:20:10 +0000 (22:20 +0300)
applet/debian/changelog
applet/src/livewp-rules.c

index 65b931f..79c5c8f 100644 (file)
@@ -1,11 +1,20 @@
+live-wallpaper (0.3) unstable; urgency=low
+
+  * nothing 
+
+ -- Vlad Vasiliev <vlad@gas.by>  Sun, 21 Mar 2010 16:11:10 +0200
+
 live-wallpaper (0.2) unstable; urgency=low
 
   * Added two planes in theme "Berlin"
   * Added clouds in both themes, they moving according to a wind direction
   * Appearance of object, wind direction are defined randomly
   * At night in windows lights up and light dies away in theme "Modern"
+  * Fixed memory leaks
+  * Fixed view buttons in edit mode on hildon desktop
+  * Added Rich animation parameters
 
- -- Vlad Vasiliev <vlad@gas.by>  Mon, 12 Apr 2010 14:11:10 +0200
+ -- Vlad Vasiliev <vlad@gas.by>  Tue, 13 Apr 2010 14:11:10 +0200
 
 live-wallpaper (0.1) unstable; urgency=low
 
index a8eeed2..545147a 100644 (file)
@@ -50,12 +50,12 @@ void get_localtime(int * year, int * month, int * day, int * hour, int * min, in
 void get_coord(double * lat, double * lon)
 {
     /* coordinates St.-Petersburg */
-    //*lat = 59.883333;
-    //*lon = 30.25;
+    *lat = 59.883333;
+    *lon = 30.25;
 
     /* coordinates Vitebsk */
-    *lat = 55.166666;
-    *lon = 30.133333;
+    //*lat = 55.166666;
+    //*lon = 30.133333;
 
 
 }