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

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


The following commit has been merged in the debian/unstable branch:
commit 79a729ba679cd7461c6dbc567ee0cbbb9aad8489
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jun 3 07:01:13 2004 +0000

    Ooops, missed one small change from code review in previous checkin.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6751 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQClipboard.mm b/WebCore/kwq/KWQClipboard.mm
index cb48c2b..3247e03 100644
--- a/WebCore/kwq/KWQClipboard.mm
+++ b/WebCore/kwq/KWQClipboard.mm
@@ -104,7 +104,7 @@ static QString MIMETypeFromCocoaType(NSString *type)
         return QString("text/uri-list");
     } else if ([type isEqualToString:NSHTMLPboardType]) {
         return QString("text/html");
-    } else if ([type isEqualToString:NSHTMLPboardType]) {
+    } else if ([type isEqualToString:NSRTFPboardType]) {
         return QString("text/rtf");
     } else {
         // FIXME - Better fallback for Foo might be application/Foo

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list