[libnotify] Remove checks for old GTK+



commit afb6e6a1f30ab633947be439e49b8522fa038625
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Jun 24 02:56:51 2010 -0400

    Remove checks for old GTK+

 libnotify/notification.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/libnotify/notification.h b/libnotify/notification.h
index 6bad801..bba360d 100644
--- a/libnotify/notification.h
+++ b/libnotify/notification.h
@@ -80,12 +80,11 @@ NotifyNotification *notify_notification_new                  (const char
                                                               const char         *body,
                                                               const char         *icon,
                                                               GtkWidget          *attach);
-#if GTK_CHECK_VERSION(2, 9, 2)
+
 NotifyNotification *notify_notification_new_with_status_icon  (const char         *summary,
                                                                const char         *body,
                                                                const char         *icon,
                                                                GtkStatusIcon      *status_icon);
-#endif
 
 gboolean            notify_notification_update                (NotifyNotification *notification,
                                                                const char         *summary,
@@ -95,10 +94,8 @@ gboolean            notify_notification_update                (NotifyNotificatio
 void                notify_notification_attach_to_widget      (NotifyNotification *notification,
                                                                GtkWidget          *attach);
 
-#if GTK_CHECK_VERSION(2, 9, 2)
 void                notify_notification_attach_to_status_icon (NotifyNotification *notification,
                                                                GtkStatusIcon      *status_icon);
-#endif
 
 void                notify_notification_set_geometry_hints    (NotifyNotification *notification,
                                                                GdkScreen          *screen,



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