diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-16 19:08:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-16 19:08:40 +0000 |
commit | 60541cd4bd75fc52d11f2f2fb5f1002d986ea938 (patch) | |
tree | 28c942a8e1d3c641396ecc1f2abee936213e22a5 /main/gnome-bluetooth/libnotify-0.7.patch | |
parent | 60daa581600dd04ce264c6901280eef020e13c0a (diff) | |
download | aports-60541cd4bd75fc52d11f2f2fb5f1002d986ea938.tar.bz2 aports-60541cd4bd75fc52d11f2f2fb5f1002d986ea938.tar.xz |
main/gnome-bluetooth: rebuild against libnotify-0.7
Diffstat (limited to 'main/gnome-bluetooth/libnotify-0.7.patch')
-rw-r--r-- | main/gnome-bluetooth/libnotify-0.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gnome-bluetooth/libnotify-0.7.patch b/main/gnome-bluetooth/libnotify-0.7.patch new file mode 100644 index 0000000000..5265e460ef --- /dev/null +++ b/main/gnome-bluetooth/libnotify-0.7.patch @@ -0,0 +1,11 @@ +--- ./applet/notify.c.orig ++++ ./applet/notify.c +@@ -71,7 +71,7 @@ + notify_notification_close(notify, NULL); + } + +- notify = notify_notification_new(summary, message, icon_name, NULL); ++ notify = notify_notification_new(summary, message, icon_name); + + notify_notification_set_timeout(notify, timeout); + |