Commit e1a99fc7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Notify: remove tabs

parent bdca92f3
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <libnotify/notify.h> #include <libnotify/notify.h>
#ifndef NOTIFY_CHECK_VERSION #ifndef NOTIFY_CHECK_VERSION
#define NOTIFY_CHECK_VERSION(x,y,z) 0 # define NOTIFY_CHECK_VERSION(x,y,z) 0
#endif #endif
/***************************************************************************** /*****************************************************************************
...@@ -318,9 +318,9 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp, GdkPixbuf *pix, ...@@ -318,9 +318,9 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp, GdkPixbuf *pix,
notification = notify_notification_new( _("Now Playing"), notification = notify_notification_new( _("Now Playing"),
psz_temp, NULL psz_temp, NULL
#if NOTIFY_CHECK_VERSION (0, 7, 0) #if NOTIFY_CHECK_VERSION (0, 7, 0)
); );
#else #else
, NULL ); , NULL );
#endif #endif
notify_notification_set_timeout( notification, notify_notification_set_timeout( notification,
var_InheritInteger(p_this, "notify-timeout") ); var_InheritInteger(p_this, "notify-timeout") );
......
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