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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:19:01 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit dbff0013f4ea572eee0ad72f49426a5408486b33
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jun 14 23:45:55 2002 +0000

    	* Panels.subproj/IFStandardPanels.m: Fix what I broke last time.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1360 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b14c999..33ce8cf 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2002-06-14  Darin Adler  <darin at apple.com>
 
+	* Panels.subproj/IFStandardPanels.m: Fix what I broke last time.
+
+2002-06-14  Darin Adler  <darin at apple.com>
+
 	* Panels.subproj/IFStandardPanels.m:
 	(-[IFStandardPanelsPrivate frontmostWindowLoadingURL:]): Change to call webView
 	instead of view. Not sure why anyone was able to compile this.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index b14c999..33ce8cf 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-06-14  Darin Adler  <darin at apple.com>
 
+	* Panels.subproj/IFStandardPanels.m: Fix what I broke last time.
+
+2002-06-14  Darin Adler  <darin at apple.com>
+
 	* Panels.subproj/IFStandardPanels.m:
 	(-[IFStandardPanelsPrivate frontmostWindowLoadingURL:]): Change to call webView
 	instead of view. Not sure why anyone was able to compile this.
diff --git a/WebKit/Panels.subproj/IFStandardPanels.m b/WebKit/Panels.subproj/IFStandardPanels.m
index 496d8f5..5f0b8de 100644
--- a/WebKit/Panels.subproj/IFStandardPanels.m
+++ b/WebKit/Panels.subproj/IFStandardPanels.m
@@ -23,6 +23,7 @@
 @end
 
 @implementation IFStandardPanelsPrivate
+
 -(id)init
 {
     self = [super init];
@@ -39,6 +40,10 @@
     [super dealloc];
 }
 
+ at end
+
+ at implementation IFStandardPanels
+
 // Private init method to implement the singleton pattern
 -(id)_init
 {
diff --git a/WebKit/Panels.subproj/WebStandardPanels.m b/WebKit/Panels.subproj/WebStandardPanels.m
index 496d8f5..5f0b8de 100644
--- a/WebKit/Panels.subproj/WebStandardPanels.m
+++ b/WebKit/Panels.subproj/WebStandardPanels.m
@@ -23,6 +23,7 @@
 @end
 
 @implementation IFStandardPanelsPrivate
+
 -(id)init
 {
     self = [super init];
@@ -39,6 +40,10 @@
     [super dealloc];
 }
 
+ at end
+
+ at implementation IFStandardPanels
+
 // Private init method to implement the singleton pattern
 -(id)_init
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list