[Gpa-commits] r806 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 6 15:34:21 CET 2008
Author: marcus
Date: 2008-02-06 15:34:20 +0100 (Wed, 06 Feb 2008)
New Revision: 806
Modified:
trunk/src/ChangeLog
trunk/src/confdialog.c
Log:
2008-02-06 Marcus Brinkmann <marcus at g10code.de>
* confdialog.c (create_dialog_tabs_2) [!GTK_CHECK_VERSION(2,12,0)]:
Do not add tooltips.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-02-06 14:30:02 UTC (rev 805)
+++ trunk/src/ChangeLog 2008-02-06 14:34:20 UTC (rev 806)
@@ -1,5 +1,8 @@
2008-02-06 Marcus Brinkmann <marcus at g10code.de>
+ * confdialog.c (create_dialog_tabs_2) [!GTK_CHECK_VERSION(2,12,0)]:
+ Do not add tooltips.
+
* clipboard.c (gtk_text_buffer_get_has_selection)
(gdk_atom_intern_static_string)
(MY_GTK_TEXT_BUFFER_NO_HAS_SELECTION) [!GTK_CHECK_VERSION(2,10,0)]:
Modified: trunk/src/confdialog.c
===================================================================
--- trunk/src/confdialog.c 2008-02-06 14:30:02 UTC (rev 805)
+++ trunk/src/confdialog.c 2008-02-06 14:34:20 UTC (rev 806)
@@ -1172,9 +1172,11 @@
if (option->flags & GPGME_CONF_NO_CHANGE)
gtk_widget_set_sensitive (vbox, FALSE);
+#if GTK_CHECK_VERSION (2, 12, 0)
/* Add a tooltip description. */
if (option->description)
gtk_widget_set_tooltip_text (vbox, option->description);
+#endif
}
option = option->next;
}
More information about the Gpa-commits
mailing list