diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-07-04 23:04:25 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-07-04 23:04:25 +0000 |
commit | a0763acbb90e7fa0c7675b23eeb2eded46066f47 (patch) | |
tree | b1c2896b96a6cb41008aba2f74c8fc370881ff8f /irc/konversation-kde4/files | |
parent | Chase libgsf* shared library. (diff) |
Update to version 0.14
Diffstat (limited to 'irc/konversation-kde4/files')
-rw-r--r-- | irc/konversation-kde4/files/patch-outputfilter.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/konversation-kde4/files/patch-outputfilter.cpp b/irc/konversation-kde4/files/patch-outputfilter.cpp new file mode 100644 index 000000000000..c49c639ef3f6 --- /dev/null +++ b/irc/konversation-kde4/files/patch-outputfilter.cpp @@ -0,0 +1,11 @@ +--- konversation/konversation/outputfilter.cpp.orig Mon Jul 5 00:37:19 2004 ++++ konversation/konversation/outputfilter.cpp Mon Jul 5 00:37:43 2004 +@@ -1081,7 +1081,7 @@ + break; + } + } +- if (validGroup and splitted.count() > 1) ++ if (validGroup && splitted.count() > 1) + { + QString option = splitted[1]; + QMap<QString,QString> options = config->entryMap(group); |