eed4ae06e9
* ported to GTK3 (still using gtk2 in pkgsrc) * patch so that now also working in Firefox * patch for more robust
13 lines
458 B
Text
13 lines
458 B
Text
$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;
|
|
|