[Gpa-commits] r916 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 4 19:43:45 CET 2008
Author: marcus
Date: 2008-12-04 19:43:43 +0100 (Thu, 04 Dec 2008)
New Revision: 916
Modified:
trunk/src/ChangeLog
trunk/src/fileman.c
trunk/src/keyring.c
Log:
2008-12-04 Marcus Brinkmann <marcus at g10code.com>
* fileman.c (GTK_STOCK_SELECT_ALL) [! GTK_CHECK_VERSION (2,10,0)],
keyring.c (GTK_STOCK_SELECT_ALL) [! GTK_CHECK_VERSION (2,10,0)]:
Define it.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-12-04 15:49:46 UTC (rev 915)
+++ trunk/src/ChangeLog 2008-12-04 18:43:43 UTC (rev 916)
@@ -1,5 +1,9 @@
2008-12-04 Marcus Brinkmann <marcus at g10code.com>
+ * fileman.c (GTK_STOCK_SELECT_ALL) [! GTK_CHECK_VERSION (2,10,0)],
+ keyring.c (GTK_STOCK_SELECT_ALL) [! GTK_CHECK_VERSION (2,10,0)]:
+ Define it.
+
* helpmenu.c (gpa_help_about): Add translator-credits.
* recipientdlg.c (recplist_popup_menu_new),
fileman.c (fileman_action_new),
Modified: trunk/src/fileman.c
===================================================================
--- trunk/src/fileman.c 2008-12-04 15:49:46 UTC (rev 915)
+++ trunk/src/fileman.c 2008-12-04 18:43:43 UTC (rev 916)
@@ -55,6 +55,9 @@
#define DIM(array) (sizeof (array) / sizeof (*array))
#endif
+#if ! GTK_CHECK_VERSION (2, 10, 0)
+#define GTK_STOCK_SELECT_ALL "gtk-select-all"
+#endif
/* Object and class definition. */
Modified: trunk/src/keyring.c
===================================================================
--- trunk/src/keyring.c 2008-12-04 15:49:46 UTC (rev 915)
+++ trunk/src/keyring.c 2008-12-04 18:43:43 UTC (rev 916)
@@ -71,6 +71,10 @@
#include "gpagenkeyadvop.h"
#include "gpagenkeysimpleop.h"
+#if ! GTK_CHECK_VERSION (2, 10, 0)
+#define GTK_STOCK_SELECT_ALL "gtk-select-all"
+#endif
+
/* The public keyring editor. */
More information about the Gpa-commits
mailing list