blob: 7fa3fcb61e18ef50f57820c4d535ee51d42254c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2012/04/20 12:13:48 obache Exp $
--- extras/panel/scim_panel_gtk.cpp.orig 2012-04-10 09:15:30.000000000 +0000
+++ extras/panel/scim_panel_gtk.cpp
@@ -490,7 +490,7 @@ static GdkColor _active_text;
#endif
static ConfigModule *_config_module = 0;
-static ConfigPointer _config;
+static ConfigPointer _config = ConfigPointer(0);
static guint _check_exit_timeout = 0;
|