]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sun, 29 Aug 2010 19:35:09 +0000 (19:35 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 29 Aug 2010 19:35:09 +0000 (19:35 +0000)
- Switch out a depreciated growl call.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3502 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/HandBrake.ApplicationServices/Functions/GrowlCommunicator.cs

index 579b92a4695b0a3d633e4c0954619b78f5652a72..a284578361328284ed3478eb089740775f2813ec 100644 (file)
@@ -46,7 +46,7 @@ namespace HandBrake.ApplicationServices.Functions
         {\r
             Initialize();\r
 \r
-            return growl.IsGrowlRunning();\r
+            return GrowlConnector.IsGrowlRunningLocally();\r
         }\r
 \r
         /// <summary>\r