From 7c53b8957e345e704f1653b33cdd1a1fce7196e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <funman@videolan.org> Date: Wed, 29 Aug 2007 21:41:01 +0000 Subject: [PATCH] notify: Uses notification-daemon's builtin icons for both of popup's buttons --- modules/misc/notify/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/notify/notify.c b/modules/misc/notify/notify.c index 2ad32b28b009..9b4c29f5ca1e 100644 --- a/modules/misc/notify/notify.c +++ b/modules/misc/notify/notify.c @@ -281,7 +281,7 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp, GdkPixbuf *pix, } /* Adds previous and next buttons in the notification */ - notify_notification_add_action( notification, "prev", _("Previous"), Prev, + notify_notification_add_action( notification, "previous", _("Previous"), Prev, (gpointer*) p_intf, NULL ); notify_notification_add_action( notification, "next", _("Next"), Next, (gpointer*) p_intf, NULL ); -- GitLab