From: Vlad Vasiliev Date: Tue, 13 Apr 2010 19:20:10 +0000 (+0300) Subject: Begun new version 0.3 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=69d8579935c33e4bfab1400ae6540698ab5689e3;p=livewp Begun new version 0.3 --- diff --git a/applet/debian/changelog b/applet/debian/changelog index 65b931f..79c5c8f 100644 --- a/applet/debian/changelog +++ b/applet/debian/changelog @@ -1,11 +1,20 @@ +live-wallpaper (0.3) unstable; urgency=low + + * nothing + + -- Vlad Vasiliev 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 Mon, 12 Apr 2010 14:11:10 +0200 + -- Vlad Vasiliev Tue, 13 Apr 2010 14:11:10 +0200 live-wallpaper (0.1) unstable; urgency=low diff --git a/applet/src/livewp-rules.c b/applet/src/livewp-rules.c index a8eeed2..545147a 100644 --- a/applet/src/livewp-rules.c +++ b/applet/src/livewp-rules.c @@ -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; }