OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 29 Aug 2010 19:35:09 +0000 (19:35 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 29 Aug 2010 19:35:09 +0000 (19:35 +0000)
- Switch out a depreciated growl call.

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

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

index 579b92a..a284578 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