[vlc-commits] growl: Coalesce notifications

Marvin Scholz git at videolan.org
Fri Oct 23 12:56:45 CEST 2015


vlc/vlc-2.2 | branch: master | Marvin Scholz <epirat07 at 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 <fkuehne at 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];
 }
 



More information about the vlc-commits mailing list