Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/krename/files: krename-4.0.7-fix-segfault.patch
Date: Fri, 30 Dec 2011 22:41:17
Message-Id: 20111230224107.1D9932004C@flycatcher.gentoo.org
1 dilfridge 11/12/30 22:41:07
2
3 Added: krename-4.0.7-fix-segfault.patch
4 Log:
5 Fix crash bug 396377
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-misc/krename/files/krename-4.0.7-fix-segfault.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krename/files/krename-4.0.7-fix-segfault.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krename/files/krename-4.0.7-fix-segfault.patch?rev=1.1&content-type=text/plain
14
15 Index: krename-4.0.7-fix-segfault.patch
16 ===================================================================
17 Patch by Kevin Kofler, for more info see
18 https://bugzilla.redhat.com/show_bug.cgi?id=684908
19
20 diff -ur krename-4.0.7/src/plugin.cpp krename-4.0.7.new/src/plugin.cpp
21 --- krename-4.0.7/src/plugin.cpp 2010-12-20 11:56:56.000000000 -0600
22 +++ krename-4.0.7.new/src/plugin.cpp 2011-12-28 20:19:45.027305094 -0600
23 @@ -19,7 +19,7 @@
24
25 #include "tokenhelpdialog.h"
26
27 -const QString Plugin::S_TOKEN_SEPARATOR = TokenHelpDialog::S_TOKEN_SEPARATOR;
28 +const QString Plugin::S_TOKEN_SEPARATOR = ";;";
29
30 Plugin::Plugin( PluginLoader* loader )
31 : m_pluginLoader( loader ), m_enabled( false )