vlc/vlc-2.2 | branch: master | Marvin Scholz <epira...@gmail.com> | Fri Oct 23 
12:56:37 2015 +0200| [834443ab9e701e495f2ba363729a3592452a6135] | committer: 
Felix Paul Kühne

growl: Coalesce notifications

Manual backport of a4488ead (refs #10386)

Signed-off-by: Felix Paul Kühne <fkue...@videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=834443ab9e701e495f2ba363729a3592452a6135
---

 modules/notify/growl.m |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/notify/growl.m b/modules/notify/growl.m
index e8e5226..9662312 100644
--- a/modules/notify/growl.m
+++ b/modules/notify/growl.m
@@ -308,7 +308,8 @@ static int ItemChange( vlc_object_t *p_this, const char 
*psz_var,
                                    iconData: o_art
                                    priority: 0
                                    isSticky: NO
-                               clickContext: nil];
+                               clickContext: nil
+                                 identifier: @"VLCNowPlayingNotification"];
     [o_pool drain];
 }
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to