diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
commit | 37cca00fbe335d8c84d772d4ea3323fa204bcd71 (patch) | |
tree | 4275e1265c2a7cccc64e76beb2d5161b1818d2ca /community/gnome-bluetooth/libnotify-0.7.patch | |
parent | f27f694e518010617995ede72357067f1f9a6525 (diff) | |
download | aports-37cca00fbe335d8c84d772d4ea3323fa204bcd71.tar.bz2 aports-37cca00fbe335d8c84d772d4ea3323fa204bcd71.tar.xz |
main/gnome-bluetooth: move to community
Diffstat (limited to 'community/gnome-bluetooth/libnotify-0.7.patch')
-rw-r--r-- | community/gnome-bluetooth/libnotify-0.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gnome-bluetooth/libnotify-0.7.patch b/community/gnome-bluetooth/libnotify-0.7.patch new file mode 100644 index 0000000000..5265e460ef --- /dev/null +++ b/community/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); + |