summaryrefslogtreecommitdiff
path: root/debian/patches/0203-qtexthtmlparser-link-color.diff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2008-09-18 21:30:04 +0000
committerFathi Boudra <fabo@debian.org>2008-09-18 21:30:04 +0000
commit8b720544f951fdf4f5254a8be9ca3610e50993c6 (patch)
tree6d27f0c0ced1da0a955686c88b6351b4d53bff31 /debian/patches/0203-qtexthtmlparser-link-color.diff
parent484d3cc5e3fe4416644b75fdffadb36e110c0919 (diff)
downloadqt4-x11-8b720544f951fdf4f5254a8be9ca3610e50993c6.tar.gz
* Refresh Qt4 patches.
* Remove upstream patches: - 0002_https_lowercase.diff * Remove Debian patches: - 72_generic_arch_atomic_header_fix.diff * Sync qt-copy patches: * Add: - 0245-fix-randr-changes-detecting.diff - 0248-fix-qwidget-scroll-slowness.diff * Remove: - 0214-fix-qgraphicsproxywidget-tab-crash.diff - 0230-qtextcontrol-selectnextword.diff - 0232-fix-qdesktopwidget-screen-merge.diff - 0233-fix-q3textbrowser-image.diff - 0235-qdbus-dispatch-async-timeout.diff - 0236-qtoolbararealayout-restore.diff - 0241-fix-null-stylesheet-warning.diff
Diffstat (limited to 'debian/patches/0203-qtexthtmlparser-link-color.diff')
-rw-r--r--debian/patches/0203-qtexthtmlparser-link-color.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0203-qtexthtmlparser-link-color.diff b/debian/patches/0203-qtexthtmlparser-link-color.diff
index 1e091b7..54b6dca 100644
--- a/debian/patches/0203-qtexthtmlparser-link-color.diff
+++ b/debian/patches/0203-qtexthtmlparser-link-color.diff
@@ -7,7 +7,7 @@ Links are assigned a foreground color according to the system current color sche
--- a/src/gui/text/qtexthtmlparser.cpp
+++ b/src/gui/text/qtexthtmlparser.cpp
-@@ -1053,7 +1053,7 @@
+@@ -1056,7 +1056,7 @@
&& !attributes.at(i + 1).isEmpty()) {
hasHref = true;
charFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);