antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/src/arshell menubar.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src/arshell menubar.c
Date: Sat, 16 Jul 2005 19:52:03 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/07/16 23:52:03

Modified files:
        src/arshell    : menubar.c 

Log message:
        Fixed menu button addition to add buttons to the correct menu.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/src/arshell/menubar.c.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: antiright/src/arshell/menubar.c
diff -u antiright/src/arshell/menubar.c:1.12 
antiright/src/arshell/menubar.c:1.13
--- antiright/src/arshell/menubar.c:1.12        Sat Jun 25 06:13:36 2005
+++ antiright/src/arshell/menubar.c     Sat Jul 16 23:52:03 2005
@@ -89,7 +89,7 @@
 {
        Widget button;
   (*counter_int)++;
-  button=arshell_optioned_button(arshell.gui.menubar.file_widget, 
+  button=arshell_optioned_button(arshell.gui.menubar.view_widget, 
                          arshell_system_cb,
                          argv[(*counter_int)]);
   arshell_align_left(button);
@@ -99,7 +99,7 @@
 {
        Widget button;
   (*counter_int)++;
-  button=arshell_optioned_button(arshell.gui.menubar.file_widget, 
+  button=arshell_optioned_button(arshell.gui.menubar.help_widget, 
                          arshell_system_cb,
                          argv[(*counter_int)]);
        arshell_align_left(button);




reply via email to

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