[evolution-patches] gal patch for #41158



reorder the Ok/Cancel buttons per the HIG.

Chris

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gal/ChangeLog,v
retrieving revision 1.760
diff -u -r1.760 ChangeLog
--- ChangeLog	28 Apr 2003 21:22:26 -0000	1.760
+++ ChangeLog	29 Apr 2003 20:15:38 -0000
@@ -1,3 +1,9 @@
+2003-04-29  Chris Toshok  <toshok ximian com>
+
+	[ fixes bug #41158 ]
+	* gal/widgets/e-categories.c (e_categories_construct): reorder
+	Ok/Cancel buttons per HIG.
+
 2003-04-28  Chris Toshok  <toshok ximian com>
 
 	* gal/util/e-bit-array.c (e_bit_array_delete_real): fix logic for
Index: gal/widgets/e-categories.c
===================================================================
RCS file: /cvs/gnome/gal/gal/widgets/e-categories.c,v
retrieving revision 1.29
diff -u -r1.29 e-categories.c
--- gal/widgets/e-categories.c	9 Feb 2003 09:57:19 -0000	1.29
+++ gal/widgets/e-categories.c	29 Apr 2003 20:15:38 -0000
@@ -544,8 +544,8 @@
 		categories->priv->gui = gui;
 
 		gtk_dialog_add_buttons (GTK_DIALOG (categories),
-					GTK_STOCK_OK, GTK_RESPONSE_OK,
 					GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+					GTK_STOCK_OK, GTK_RESPONSE_OK,
 					NULL);
 
 		gtk_dialog_set_default_response (GTK_DIALOG (categories),


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