summarylogtreecommitdiffstats
path: root/source_edit.patch
diff options
context:
space:
mode:
authorAngelo Theodorou2015-07-07 22:15:08 +0100
committerAngelo Theodorou2015-07-07 22:15:08 +0100
commita640e74763cd1addb54cb708fac4bfb7cd20cc0f (patch)
treebc2a18b536b9b6faf2ce2ca7157af591d74bef75 /source_edit.patch
downloadaur-lumina.tar.gz
Initial import
Diffstat (limited to 'source_edit.patch')
-rw-r--r--source_edit.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source_edit.patch b/source_edit.patch
new file mode 100644
index 000000000000..8d3767e8565c
--- /dev/null
+++ b/source_edit.patch
@@ -0,0 +1,11 @@
+--- Lumina-0.4.0/src/sourceedit.cpp.orig 2008-07-24 19:08:19.000000000 +0200
++++ Lumina-0.4.0/src/sourceedit.cpp 2009-04-21 01:35:04.000000000 +0200
+@@ -300,7 +300,7 @@
+ myClassFormat.setFontWeight(0);
+ myClassFormat.setForeground(Qt::darkGreen);
+
+- index = text.indexOf(comment);
++ index = text.indexOf(pre);
+ while (index >= 0) {
+ length = pre.matchedLength();
+ setFormat(index, length, myClassFormat);