mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
14 lines
458 B
Plaintext
14 lines
458 B
Plaintext
$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;
|
|
|