[Xfce4-commits] <thunar-volman:master> Notify version check appeared in 0.5.2.

Nick Schermer noreply at xfce.org
Sun Dec 5 15:54:02 CET 2010


Updating branch refs/heads/master
         to de2a54ec45a7df360901f246f7695c74d874829b (commit)
       from 7d00b0e0776200a61b7923cd3b7ed480048acf1c (commit)

commit de2a54ec45a7df360901f246f7695c74d874829b
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 5 15:52:25 2010 +0100

    Notify version check appeared in 0.5.2.

 thunar-volman/tvm-notify.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar-volman/tvm-notify.c b/thunar-volman/tvm-notify.c
index 71bb956..51737ae 100644
--- a/thunar-volman/tvm-notify.c
+++ b/thunar-volman/tvm-notify.c
@@ -65,7 +65,7 @@ tvm_notify (const gchar *icon,
         }
     }
 
-#if NOTIFY_CHECK_VERSION (0, 7, 0)
+#if defined(NOTIFY_CHECK_VERSION) && NOTIFY_CHECK_VERSION (0, 7, 0)
   notification = notify_notification_new (summary, message, icon);
 #else
   notification = notify_notification_new (summary, message, icon, NULL);



More information about the Xfce4-commits mailing list