Ticket #27563: patch.diff

File patch.diff, 737 bytes (added by markus.doits@…, 13 years ago)

for the patch in files/

  • files/patch-libnotify-notification-c.diff

    old new  
    11--- libnotify/notification.c.old        2010-09-15 20:26:52.000000000 +0200
    22+++ libnotify/notification.c    2010-09-15 20:31:25.000000000 +0200
    3 @@ -27,11 +27,6 @@
    4  #include <libnotify/internal.h>
     3@@ -26,7 +26,6 @@
     4 #include <dbus/dbus-glib.h>
    55 
    6  #include <gtk/gtkversion.h>
    7 -#if GTK_CHECK_VERSION(2, 9, 2)
    8 -# define HAVE_STATUS_ICON
    9 -# include <gtk/gtkstatusicon.h>
    10 -#endif
     6 #include <gtk/gtk.h>
    117-#include <gdk/gdkx.h>
    128 
    13  #define CHECK_DBUS_VERSION(major, minor) \
    14         (DBUS_MAJOR_VER > (major) || \
     9 #include "notify.h"
     10 #include "internal.h"