[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_fileselect.c
User: cnieves
Date: 07/04/21 14:37:10
Modified: . x_fileselect.c
Log:
Reverted the alternative button order changes.
* src/x_fileselect.c:
- Reverted the changes below.
gtk_dialog_set_alternative_button_order should have the same
responses as the dialogs.
Revision Changes Path
1.15 +0 -21 eda/geda/gaf/gattrib/src/x_fileselect.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_fileselect.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/src/x_fileselect.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- x_fileselect.c 21 Apr 2007 15:32:03 -0000 1.14
+++ x_fileselect.c 21 Apr 2007 18:37:10 -0000 1.15
@@ -307,16 +307,6 @@
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
NULL);
-#if GTK_CHECK_VERSION (2,6,0)
- /* Set the alternative button order (ok, cancel, help) for other systems */
- gtk_dialog_set_alternative_button_order(GTK_DIALOG(dialog),
- GTK_RESPONSE_OK,
- GTK_RESPONSE_NO,
- GTK_RESPONSE_CANCEL,
- GTK_RESPONSE_HELP,
- -1);
-#endif
-
g_object_set (dialog,
/* GtkFileChooser */
"select-multiple", TRUE,
@@ -363,17 +353,6 @@
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
NULL);
-
-#if GTK_CHECK_VERSION (2,6,0)
- /* Set the alternative button order (ok, cancel, help) for other systems */
- gtk_dialog_set_alternative_button_order(GTK_DIALOG(dialog),
- GTK_RESPONSE_OK,
- GTK_RESPONSE_NO,
- GTK_RESPONSE_CANCEL,
- GTK_RESPONSE_HELP,
- -1);
-#endif
-
g_object_set (dialog,
/* GtkFileChooser */
"select-multiple", FALSE,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs