Author: juha
Date: 2008-10-17 08:50:40 +0000 (Fri, 17 Oct 2008)
New Revision: 28276

Removed:
   xfcalendar/trunk/tz_convert/
Modified:
   xfcalendar/trunk/configure.in.in
   xfcalendar/trunk/panel-plugin/orageclock.c
Log:
 fixed bug in orageclock panel plugin background colour handling
 removed tz_convert since it will not appear in 4.6 version
 update version to 4.5.91.1


Modified: xfcalendar/trunk/configure.in.in
===================================================================
--- xfcalendar/trunk/configure.in.in    2008-10-17 08:40:22 UTC (rev 28275)
+++ xfcalendar/trunk/configure.in.in    2008-10-17 08:50:40 UTC (rev 28276)
@@ -9,7 +9,7 @@
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.5.91])
+m4_define([orage_version], [4.5.91.1-svn])
 
 m4_define([gtk_minimum_version], [2.6.0])
 m4_define([xfce_minimum_version], [4.4.0])

Modified: xfcalendar/trunk/panel-plugin/orageclock.c
===================================================================
--- xfcalendar/trunk/panel-plugin/orageclock.c  2008-10-17 08:40:22 UTC (rev 
28275)
+++ xfcalendar/trunk/panel-plugin/orageclock.c  2008-10-17 08:50:40 UTC (rev 
28276)
@@ -472,9 +472,9 @@
                 , (unsigned int *)&clock->bg.blue);
                 */
         sscanf(ret, "%uR %uG %uB", &red, &green, &blue);
-        clock->fg.red = red;
-        clock->fg.green = green;
-        clock->fg.blue = blue;
+        clock->bg.red = red;
+        clock->bg.green = green;
+        clock->bg.blue = blue;
         clock->bg.pixel = 0;
     }
 

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to