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 gtkshell...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ACE-desktop/system.antiright gtkshell...
Date: Fri, 01 Jun 2007 04:04:20 +0000

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

Modified files:
        ACE-desktop    : system.antiright 
        gtkshell       : image_button.c 

Log message:
        Added Terminal to configuration file.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/system.antiright?cvsroot=antiright&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/image_button.c?cvsroot=antiright&r1=1.18&r2=1.19

Patches:
Index: ACE-desktop/system.antiright
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/system.antiright,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ACE-desktop/system.antiright        19 May 2007 03:29:09 -0000      1.10
+++ ACE-desktop/system.antiright        1 Jun 2007 04:04:19 -0000       1.11
@@ -75,4 +75,5 @@
 Deskbar_X:echo +0
 Deskbar_Y:echo +0
 Custom_Updater: biff
+Terminal: gshterm
 

Index: gtkshell/image_button.c
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/image_button.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- gtkshell/image_button.c     20 May 2007 01:04:43 -0000      1.18
+++ gtkshell/image_button.c     1 Jun 2007 04:04:19 -0000       1.19
@@ -80,6 +80,9 @@
                : gtk_image_new_from_stock(name, gsh->icon_size);
        g_free(prefixed_name);
 
+       if(!image)
+               image=gtk_image_new_from_stock("gtk-execute", gsh->icon_size);
+
        return image;
 }
 
@@ -108,7 +111,9 @@
                        set_button_image(gsh->widgets.button, image);
                }
                else
+               {
                        set_menu_item_image(gsh, image);
        }
+       }
 }
 




reply via email to

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