[seahorse] NOTIFY_CHECK_VERSION define should eat arguments.



commit c548f3b610f1a925bcca0203b19200ef07a50d7a
Author: Stef Walter <stef memberwebs com>
Date:   Tue Nov 2 18:50:02 2010 +0000

    NOTIFY_CHECK_VERSION define should eat arguments.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633773

 libseahorse/seahorse-notification.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libseahorse/seahorse-notification.c b/libseahorse/seahorse-notification.c
index 3c51457..42c3e20 100644
--- a/libseahorse/seahorse-notification.c
+++ b/libseahorse/seahorse-notification.c
@@ -39,7 +39,7 @@
 #include <libnotify/notify.h>
 
 #ifndef NOTIFY_CHECK_VERSION
-#define NOTIFY_CHECK_VERSION 0
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
 #endif
 
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]