antiright-devel
[Top][All Lists]
Advanced

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

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


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ACE-desktop/guidl/Editor.gdl gtkshell...
Date: Thu, 24 May 2007 21:29:48 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/05/24 21:29:48

Modified files:
        ACE-desktop/guidl: Editor.gdl 
        gtkshell       : about_dialog.c button.c 

Log message:
        Nothing to report.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/Editor.gdl?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/about_dialog.c?cvsroot=antiright&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/button.c?cvsroot=antiright&r1=1.48&r2=1.49

Patches:
Index: ACE-desktop/guidl/Editor.gdl
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/guidl/Editor.gdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ACE-desktop/guidl/Editor.gdl        23 May 2007 14:57:46 -0000      1.2
+++ ACE-desktop/guidl/Editor.gdl        24 May 2007 21:29:48 -0000      1.3
@@ -10,9 +10,9 @@
        ::Save_As...___,gtk-save-as::Exit___,gtk-quit";
 add button "Edit::Cut___,gtk-cut::Copy___,gtk-copy::Paste___,gtk-paste";
 add button "View::---";
-add button "Help::gtkshell -da # About,gtk-about";
+add button "Help::gtkshell -da & # About,gtk-about";
 
 add "text";
-option "no fill";
-add "prompt" "Find___";
+//option "no fill";
+//add "prompt" "Find___";
 

Index: gtkshell/about_dialog.c
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/about_dialog.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- gtkshell/about_dialog.c     16 May 2007 20:39:44 -0000      1.7
+++ gtkshell/about_dialog.c     24 May 2007 21:29:48 -0000      1.8
@@ -37,7 +37,8 @@
 {
        const gchar *authors[] = GSH_AUTHORS;
 
-       gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog), authors);
+       gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog),
+               authors);
 }
 
 #define SET_WEBSITE(dialog)\

Index: gtkshell/button.c
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/button.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- gtkshell/button.c   22 May 2007 19:33:11 -0000      1.48
+++ gtkshell/button.c   24 May 2007 21:29:48 -0000      1.49
@@ -144,6 +144,7 @@
        common_button_setup(gsh, toolbutton, command);
        GSHCA(gsh->widgets.app.toolbar, toolbutton);
        setup_label_for_toolbutton(toolbutton, command);
+       gtk_button_set_relief(GTK_BUTTON(toolbutton), GTK_RELIEF_NONE);
        gtk_widget_show(toolbutton);
 }
 




reply via email to

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