[Xfce4-commits] <orage:master> fix error with older gtk
Juha Kautto
noreply at xfce.org
Sun Jan 3 16:14:01 CET 2010
Updating branch refs/heads/master
to 610f3134cd68f133b668f6cddda80374d8d46df9 (commit)
from a8b4e8e983968947015304c4e42cdbaff104397a (commit)
commit 610f3134cd68f133b668f6cddda80374d8d46df9
Author: Juha Kautto <juha at xfce.org>
Date: Sun Jan 3 17:11:12 2010 +0200
fix error with older gtk
ifdef missed a variable with old gtk.
src/reminder.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/reminder.c b/src/reminder.c
index 681d157..1a65f0a 100644
--- a/src/reminder.c
+++ b/src/reminder.c
@@ -684,6 +684,9 @@ static void create_orage_reminder(alarm_struct *alarm)
GtkWidget *hdReminder;
orage_ddmmhh_hbox_struct *ddmmhh_hbox;
GtkWidget *e_hbox;
+#if !GTK_CHECK_VERSION(2,16,0)
+ GtkWidget *e_label;
+#endif
gchar *tmp;
#ifdef ORAGE_DEBUG
More information about the Xfce4-commits
mailing list