summarylogtreecommitdiffstats
path: root/source_edit.patch
diff options
context:
space:
mode:
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);