Patch: Clear History Dialog



Here is a patch to make the Clear History dialog more consistent (reverses the order
of the Cancel and Clear buttons).

Regards,

Stuart
Index: nautilus/ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5277
diff -u -r1.5277 ChangeLog
--- nautilus/ChangeLog	8 May 2002 22:34:04 -0000	1.5277
+++ nautilus/ChangeLog	9 May 2002 16:22:55 -0000
@@ -1,3 +1,8 @@
+2002-05-09  Stuart MacLean <stuart cs dal ca>
+	* src/nautilus-window-menus.c
+	(forget_history_if_confirmed): Make Clear History dialog
+	consistent with other Nautilus dialogs.
+
 2002-05-08  Alex Larsson  <alexl redhat com>
 
 	* data/browser.xml:
Index: nautilus/src/nautilus-window-menus.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-window-menus.c,v
retrieving revision 1.238
diff -u -r1.238 nautilus-window-menus.c
--- nautilus/src/nautilus-window-menus.c	2 May 2002 21:16:28 -0000	1.238
+++ nautilus/src/nautilus-window-menus.c	9 May 2002 16:22:56 -0000
@@ -350,8 +350,8 @@
 					   
 	dialog = eel_create_question_dialog (prompt,
 					     _("Clear History?"), 
-					     _("Clear"), RESPONSE_FORGET,
 					     GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+					     _("Clear"), RESPONSE_FORGET,
 					     GTK_WINDOW (window));
 
 	gtk_widget_show (GTK_WIDGET (dialog));


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