Author: nick
Date: 2007-07-07 08:33:49 +0000 (Sat, 07 Jul 2007)
New Revision: 25891

Modified:
   xfce4-panel/trunk/ChangeLog
   xfce4-panel/trunk/plugins/clock/clock-lcd.c
Log:
* plugins/clock/clock-lcd.c: Typo, the 8 was test code.


Modified: xfce4-panel/trunk/ChangeLog
===================================================================
--- xfce4-panel/trunk/ChangeLog 2007-07-06 19:57:20 UTC (rev 25890)
+++ xfce4-panel/trunk/ChangeLog 2007-07-07 08:33:49 UTC (rev 25891)
@@ -1,3 +1,7 @@
+2007-07-07 10:32 nick
+
+    * plugins/clock/clock-lcd.c: Typo, the 8 was test code.
+
 2007-07-06 10:50 nick
 
     * plugins/clock/*: Import code.

Modified: xfce4-panel/trunk/plugins/clock/clock-lcd.c
===================================================================
--- xfce4-panel/trunk/plugins/clock/clock-lcd.c 2007-07-06 19:57:20 UTC (rev 
25890)
+++ xfce4-panel/trunk/plugins/clock/clock-lcd.c 2007-07-07 08:33:49 UTC (rev 
25891)
@@ -315,7 +315,7 @@
         if (ticks >= 10)
         {
             /* draw the number and increase the offset*/
-            offset_x = xfce_clock_lcd_draw_digit (cr, ticks >= 20 ? 2 : 8, 
size, offset_x, offset_y);
+            offset_x = xfce_clock_lcd_draw_digit (cr, ticks >= 20 ? 2 : 1, 
size, offset_x, offset_y);
         }
 
         /* draw the other number of the hour and increase the offset */

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to