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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:13:46 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c41c79e67ad0d6cee6fc68d0cf058b6257de5a62
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 11 22:37:03 2002 +0000

            Reviewed by: Gramps
    
    	Change name of cache size file from ".size" to "size"
    
            * Database.subproj/WebFileDatabase.m:
            * English.lproj/StringsNotToBeLocalized.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3005 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index 1ecc4c3..2b76b2d 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -15,8 +15,8 @@
 #import "WebFoundationLogging.h"
 #import "WebSystemBits.h"
 
-#define SIZE_FILE_NAME @".size"
-#define SIZE_FILE_NAME_CSTRING ".size"
+#define SIZE_FILE_NAME @"size"
+#define SIZE_FILE_NAME_CSTRING "size"
 
 #if ERROR_DISABLED
 #define BEGIN_EXCEPTION_HANDLER

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list