Advertisement
Guest User

Untitled

a guest
Mar 11th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.35 KB | None | 0 0
  1. --- notify.c.orig
  2. +++ notify.c
  3. @@ -34,7 +34,7 @@
  4.  void jn_notify_send(const char *message)
  5.  {
  6.     if (notify == NULL) {
  7. -       notify = notify_notification_new(message, NULL, "audio-headset");
  8. +       notify = notify_notification_new(message, NULL, "audio-headset", NULL);
  9.     } else {
  10.         notify_notification_update(notify, message, NULL, "audio-headset");
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement