antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/ACE-desktop system.antiright dateload.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop system.antiright dateload.c
Date: Sat, 17 Feb 2007 23:12:06 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/02/17 23:12:06

Modified files:
        ACE-desktop    : system.antiright dateload.c 

Log message:
        Updated system.antiright for Deskbar changes.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/system.antiright?cvsroot=antiright&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/dateload.c?cvsroot=antiright&r1=1.3&r2=1.4

Patches:
Index: system.antiright
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/system.antiright,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- system.antiright    3 Feb 2007 20:11:14 -0000       1.1
+++ system.antiright    17 Feb 2007 23:12:06 -0000      1.2
@@ -71,7 +71,7 @@
 Manual_Root:echo /usr/share/man
 Lock_Display:exec xlock -mode blank
 deskbar_style: echo 1
-
+deskbar_updater: echo TRUE
 IRC:IRC: [ACE Terminal -e irc] xchat
 IRC: [ACE Terminal -e irc] xchat
 Browser:exec firefox2

Index: dateload.c
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/dateload.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- dateload.c  9 Feb 2007 16:40:14 -0000       1.3
+++ dateload.c  17 Feb 2007 23:12:06 -0000      1.4
@@ -17,7 +17,7 @@
 
        getloadavg(loadavg, 3);
 
-       g_print(" %s %.2f, %.2f, %.2f",
+       g_print(" %s %.2f, %.2f, %.2f\n",
                date, loadavg[0], loadavg[1], loadavg[2]);
 
        return(0);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]