[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:25:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8728c43496ac2a9c2fde2cc73951ced9ec48f0b9
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 5 03:15:29 2004 +0000

    	Fix deployment build bustage.
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
            (ConsoleConnectionChangeNotifyProc):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6038 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b30bcb4..174db2e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2004-02-04  David Hyatt  <hyatt at apple.com>
+
+	Fix deployment build bustage.
+	
+        * Plugins.subproj/WebBaseNetscapePluginView.m:
+        (ConsoleConnectionChangeNotifyProc):
+
 2004-02-04  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: <rdar://problem/3546028>: Safari should not give plug-ins any time, thus use 0% CPU, when not in the currently active session
diff --git a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
index 145b8ea..2988f21 100644
--- a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
+++ b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
@@ -1674,7 +1674,7 @@ static OSStatus TSMEventHandler(EventHandlerCallRef inHandlerRef, EventRef inEve
 
 void ConsoleConnectionChangeNotifyProc(CGSNotificationType type, CGSNotificationData data, CGSByteCount dataLength, CGSNotificationArg arg)
 {
-    NSString *notificationName;
+    NSString *notificationName = nil;
     if (type == kCGSessionConsoleConnect) {
         notificationName = LoginWindowDidSwitchToUserNotification;
     } else if (type == kCGSessionConsoleDisconnect) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list