[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:43:39 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cda18d8be2ba24a493c6cbafc60e378ced492801
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 24 16:53:16 2002 +0000

            * kwq/KWQFileButton.mm: (KWQFileButton::paint): Fix typo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2137 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index e7bfddf..e8481a6 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-09-24  Darin Adler  <darin at apple.com>
 
+        * kwq/KWQFileButton.mm: (KWQFileButton::paint): Fix typo.
+
+2002-09-24  Darin Adler  <darin at apple.com>
+
 	Some improvements to the file button, including displaying the file without the
 	extension if it's set that way by the user, and using the system font rather
 	than hard-coding "Lucida Grande".
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index e7bfddf..e8481a6 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,9 @@
 2002-09-24  Darin Adler  <darin at apple.com>
 
+        * kwq/KWQFileButton.mm: (KWQFileButton::paint): Fix typo.
+
+2002-09-24  Darin Adler  <darin at apple.com>
+
 	Some improvements to the file button, including displaying the file without the
 	extension if it's set that way by the user, and using the system font rather
 	than hard-coding "Lucida Grande".
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e7bfddf..e8481a6 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,9 @@
 2002-09-24  Darin Adler  <darin at apple.com>
 
+        * kwq/KWQFileButton.mm: (KWQFileButton::paint): Fix typo.
+
+2002-09-24  Darin Adler  <darin at apple.com>
+
 	Some improvements to the file button, including displaying the file without the
 	extension if it's set that way by the user, and using the system font rather
 	than hard-coding "Lucida Grande".
diff --git a/WebCore/kwq/KWQFileButton.mm b/WebCore/kwq/KWQFileButton.mm
index e00fed5..148b68c 100644
--- a/WebCore/kwq/KWQFileButton.mm
+++ b/WebCore/kwq/KWQFileButton.mm
@@ -145,7 +145,7 @@ void KWQFileButton::paint(QPainter *p, const QRect &r)
     QPushButton::paint(p, r);
     
     [NSGraphicsContext saveGraphicsState];
-    NSRectClip(NSIntersectRect(frameGeometry(), r));
+    NSRectClip(NSIntersectionRect(frameGeometry(), r));
 
     int left = x() + width() - ADDITIONAL_WIDTH + AFTER_BUTTON_SPACING;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list