]> git.sesse.net Git - vlc/commitdiff
notify: Uses notification-daemon's builtin icons for both of popup's buttons
authorRafaël Carré <funman@videolan.org>
Wed, 29 Aug 2007 21:41:01 +0000 (21:41 +0000)
committerRafaël Carré <funman@videolan.org>
Wed, 29 Aug 2007 21:41:01 +0000 (21:41 +0000)
modules/misc/notify/notify.c

index 2ad32b28b00988c527b7d43ba7c33e7365e03959..9b4c29f5ca1e29984f640b4e7a3fd3c0cf04e75f 100644 (file)
@@ -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 );