Changes: - kdesktop_lock can be unlocked by scim (SCIM: 2488304) - correct the launch order of scim x11 frontend and socket server (by Peng Wu)
13 lines
361 B
Text
13 lines
361 B
Text
$NetBSD: patch-ag,v 1.1 2009/05/12 08:47:02 obache Exp $
|
|
|
|
--- src/scim_config_base.cpp.orig 2008-11-02 06:42:34.000000000 +0000
|
|
+++ src/scim_config_base.cpp
|
|
@@ -30,7 +30,7 @@
|
|
|
|
namespace scim {
|
|
|
|
-ConfigPointer _scim_default_config (0);
|
|
+ConfigPointer _scim_default_config = ConfigPointer(0);
|
|
ConfigModule _scim_default_config_module;
|
|
|
|
static ConfigPointer
|