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/Horizontal_Desk...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop ACE guidl/Horizontal_Desk...
Date: Tue, 11 Dec 2007 22:20:33 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/12/11 22:20:33

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

Log message:
        Make it so that the ampersand is not appended to browser.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.55&r2=1.56
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/Horizontal_Deskbar.gdl?cvsroot=antiright&r1=1.45&r2=1.46

Patches:
Index: ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- ACE 6 Dec 2007 14:40:49 -0000       1.55
+++ ACE 11 Dec 2007 22:20:32 -0000      1.56
@@ -467,11 +467,10 @@
        -al 'Current command:'\
        -al "$(ACE -r $1)"\
        -al 'Enter a new command:'\
-       -oe -at "echo"\
+       -oE -oe -at "echo"\
        '# Close')
-#    echo new value is $new_value
     if [ "$new_value" != "" ]; then
-       set_value $1 "$new_value"
+       set_value "$1" "$new_value"
     fi
 }
 
@@ -724,7 +723,7 @@
        # Set the remaining arguments to not include COMMAND.  
        shift
         # This allows parameters to be passed to a configured command.
-       $command $* &
+       $command $* 
 else
        # No getopt-unrecognized parameters passed, so launch the ACE
        # main panel.  

Index: guidl/Horizontal_Deskbar.gdl
===================================================================
RCS file: 
/sources/antiright/antiright/ACE-desktop/guidl/Horizontal_Deskbar.gdl,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- guidl/Horizontal_Deskbar.gdl        10 Dec 2007 15:13:24 -0000      1.45
+++ guidl/Horizontal_Deskbar.gdl        11 Dec 2007 22:20:32 -0000      1.46
@@ -101,7 +101,7 @@
        "ACE Lock ,gtk-dialog-authentication",
        "ACE Terminal ,terminal_32.png",
        "ACE File_Manager ,gtk-open",
-       "ACE Browser ,www_32.png",
+       "ACE Browser # Browser ,www_32.png",
        "ACE Text_Editor ,gtk-edit",
        "ACE Calculator ,Calculator_32.png",
        "ACE Sticky_Note ,todo_32.png",




reply via email to

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