diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-12-30 22:41:07 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-12-30 22:41:07 +0000 |
commit | ffe9827534790d0b1a1aec416b338606422930b7 (patch) | |
tree | ad02e97c4455b22002534be2b26f26e526e43a0f /kde-misc/krename/files | |
parent | Hopefully fix compilation with gcc-4.4, bug 396343 (diff) | |
download | historical-ffe9827534790d0b1a1aec416b338606422930b7.tar.gz historical-ffe9827534790d0b1a1aec416b338606422930b7.tar.bz2 historical-ffe9827534790d0b1a1aec416b338606422930b7.zip |
Fix crash bug 396377
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/krename/files')
-rw-r--r-- | kde-misc/krename/files/krename-4.0.7-fix-segfault.patch | 15 |
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 ) |