diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 11:40:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-19 11:40:14 +0800 |
commit | 15b9f361f625d741794afc119724838a5beff89d (patch) | |
tree | 0702a7ee5e54dad4f46e3a714c7a817bdfe76900 /calendar/gui/alarm-notify | |
parent | 658c9e0c8fdbab3a3f6f2b98213c752332a4cfa5 (diff) | |
download | gsoc2013-evolution-15b9f361f625d741794afc119724838a5beff89d.tar.gz gsoc2013-evolution-15b9f361f625d741794afc119724838a5beff89d.tar.zst gsoc2013-evolution-15b9f361f625d741794afc119724838a5beff89d.zip |
Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.
Define some temporary macros to work around it.
svn path=/trunk/; revision=37292
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index e644e8a66c..6aefeecf9f 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -55,7 +55,9 @@ #include "e-util/e-popup.h" #include "e-util/e-error.h" - +#if !GTK_CHECK_VERSION(2,16,0) +#define gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip +#endif #define d(x) |