summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/krename/files')
-rw-r--r--kde-misc/krename/files/krename-4.0.7-fix-segfault.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-misc/krename/files/krename-4.0.7-fix-segfault.patch b/kde-misc/krename/files/krename-4.0.7-fix-segfault.patch
new file mode 100644
index 000000000000..a21bd779d357
--- /dev/null
+++ b/kde-misc/krename/files/krename-4.0.7-fix-segfault.patch
@@ -0,0 +1,15 @@
+Patch by Kevin Kofler, for more info see
+https://bugzilla.redhat.com/show_bug.cgi?id=684908
+
+diff -ur krename-4.0.7/src/plugin.cpp krename-4.0.7.new/src/plugin.cpp
+--- krename-4.0.7/src/plugin.cpp 2010-12-20 11:56:56.000000000 -0600
++++ krename-4.0.7.new/src/plugin.cpp 2011-12-28 20:19:45.027305094 -0600
+@@ -19,7 +19,7 @@
+
+ #include "tokenhelpdialog.h"
+
+-const QString Plugin::S_TOKEN_SEPARATOR = TokenHelpDialog::S_TOKEN_SEPARATOR;
++const QString Plugin::S_TOKEN_SEPARATOR = ";;";
+
+ Plugin::Plugin( PluginLoader* loader )
+ : m_pluginLoader( loader ), m_enabled( false )