antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/ACE-desktop ACE guidl/IDE.gdl


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop ACE guidl/IDE.gdl
Date: Fri, 01 Jun 2007 20:15:03 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/06/01 20:15:03

Modified files:
        ACE-desktop    : ACE 
        ACE-desktop/guidl: IDE.gdl 

Log message:
        Removed updater in IDE status bar. 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/IDE.gdl?cvsroot=antiright&r1=1.22&r2=1.23

Patches:
Index: ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ACE 17 May 2007 15:41:34 -0000      1.41
+++ ACE 1 Jun 2007 20:15:02 -0000       1.42
@@ -72,7 +72,7 @@
 IDE()
 {
        if [ "$1" != "" ]; then
-               cd $1
+               cd "$1"
        fi
        GUIDL IDE
 }
@@ -81,7 +81,7 @@
 {
        local DIR="$(gtkshell -dd)"
        if [ "$DIR" != "" ]; then
-               IDE $DIR &
+               IDE "$DIR" &
        fi
 }
 

Index: guidl/IDE.gdl
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/guidl/IDE.gdl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- guidl/IDE.gdl       16 May 2007 20:39:44 -0000      1.22
+++ guidl/IDE.gdl       1 Jun 2007 20:15:03 -0000       1.23
@@ -15,9 +15,9 @@
 
 // Set up status bar.
 // Set delay for status bar update to ten seconds.  
-option "update frequency" 10000;
+//option "update frequency" 10000;
 // Show the most recently changed files.
-add "updating label" "echo -n 'Recent: '; ls -t | grep -v o$ | tr '\n' ' ' | 
cut -d ' ' -f-6";
+//add "updating label" "echo -n 'Recent: '; ls -t | grep -v o$ | tr '\n' ' ' | 
cut -d ' ' -f-6";
 
 option "icon size" "small toolbar";
 




reply via email to

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