[krename] Added missing patch

Radek Novacek rnovacek at fedoraproject.org
Wed Mar 16 15:31:12 UTC 2011


commit e62177c72a950312de59fb30495e7b2f16ccc608
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Wed Mar 16 16:31:04 2011 +0100

    Added missing patch

 krename-4.0.7-static-init-crash.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/krename-4.0.7-static-init-crash.patch b/krename-4.0.7-static-init-crash.patch
new file mode 100644
index 0000000..d982009
--- /dev/null
+++ b/krename-4.0.7-static-init-crash.patch
@@ -0,0 +1,12 @@
+diff -up ./src/plugin.cpp.static-init-crash ./src/plugin.cpp
+--- ./src/plugin.cpp.static-init-crash	2011-03-16 16:12:23.000000000 +0100
++++ ./src/plugin.cpp	2011-03-16 16:12:45.000000000 +0100
+@@ -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 )


More information about the scm-commits mailing list