[Xfce4-commits] <thunar:master> Whoop, since 2.18 there is a default function.
Nick Schermer
nick at xfce.org
Sun Aug 30 14:16:01 CEST 2009
Updating branch refs/heads/master
to 5b1a862918957501afb561ad5091770d8bb3fa72 (commit)
from e8b1b1da85c3a69727ead62f006989fe0752ed46 (commit)
commit 5b1a862918957501afb561ad5091770d8bb3fa72
Author: Nick Schermer <nick at xfce.org>
Date: Sun Aug 30 14:15:15 2009 +0200
Whoop, since 2.18 there is a default function.
thunar/thunar-dialogs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 6d79813..6df43bc 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -213,7 +213,7 @@ thunar_dialogs_show_about (GtkWindow *parent,
/* try to load the about logo */
logo = gdk_pixbuf_new_from_file (DATADIR "/pixmaps/Thunar/Thunar-about-logo.png", NULL);
-#if GTK_CHECK_VERSION (2, 18, 0)
+#if !GTK_CHECK_VERSION (2, 18, 0)
gtk_about_dialog_set_email_hook (exo_gtk_url_about_dialog_hook, NULL, NULL);
gtk_about_dialog_set_url_hook (exo_gtk_url_about_dialog_hook, NULL, NULL);
#endif
More information about the Xfce4-commits
mailing list