Commit 7c53b895 authored by Rafaël Carré's avatar Rafaël Carré

notify: Uses notification-daemon's builtin icons for both of popup's buttons

parent 907d1ee6
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment