diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-28 12:59:23 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-28 12:59:23 +0100 |
commit | 3b15531a8d6f85bf654289deffe67c0893c70857 (patch) | |
tree | 2890da98bf53244c1429cf070d766633be797de5 /src/obexpush.c | |
parent | c282e8252547c454257fddaf8056f4f5808581f9 (diff) | |
download | mate-user-share-3b15531a8d6f85bf654289deffe67c0893c70857.tar.bz2 mate-user-share-3b15531a8d6f85bf654289deffe67c0893c70857.tar.xz |
Use libnotify instead of libmatenotify
Diffstat (limited to 'src/obexpush.c')
-rw-r--r-- | src/obexpush.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/obexpush.c b/src/obexpush.c index e458e6b..b2d6efe 100644 --- a/src/obexpush.c +++ b/src/obexpush.c @@ -28,7 +28,7 @@ #include <gio/gio.h> #include <gdk/gdk.h> #include <gtk/gtk.h> -#include <libmatenotify/notify.h> +#include <libnotify/notify.h> #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> #include <canberra-gtk.h> @@ -137,8 +137,7 @@ show_notification (const char *filename) g_free (display); notification = notify_notification_new (_("You received a file"), notification_text, - "dialog-information", - NULL); + "dialog-information"); notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); |