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

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


Updating branch refs/heads/master
         to 1f0e6dedffa22bb53a3c9769a8621f1352a06861 (commit)
       from 34b6d96921eca46f6b083259301b2bb93a5454dc (commit)

commit 1f0e6dedffa22bb53a3c9769a8621f1352a06861
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 5 15:51:42 2010 +0100

    Notify version check appeared in 0.5.2.

 xfce4-settings-helper/accessibility.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce4-settings-helper/accessibility.c b/xfce4-settings-helper/accessibility.c
index 9209371..d2ed8f5 100644
--- a/xfce4-settings-helper/accessibility.c
+++ b/xfce4-settings-helper/accessibility.c
@@ -411,7 +411,7 @@ xfce_accessibility_helper_notification_show (XfceAccessibilityHelper *helper,
     if (helper->notification == NULL)
     {
         /* create a new notification */
-#if NOTIFY_CHECK_VERSION (0, 7, 0)
+#if defined(NOTIFY_CHECK_VERSION) && NOTIFY_CHECK_VERSION (0, 7, 0)
         helper->notification = notify_notification_new (summary, body, "keyboard");
 #else
         helper->notification = notify_notification_new (summary, body, "keyboard", NULL);



More information about the Xfce4-commits mailing list