View | Details | Raw Unified
Collapse All | Expand All

(-) im-ja/im-ja/src/gtk/im-ja-gtk.c (-3 / +3 lines)
 Lines 37-44    Link Here 
#include "../actionmenu.h"
#include "../actionmenu.h"
extern GType gtk_im_module_get_type(void);
extern GType gtk_im_module_get_type(void);
#define GTK_TYPE_IM_MODULE (gtk_im_module_get_type())
/*#define GTK_TYPE_IM_MODULE (gtk_im_module_get_type())*/
#define GTK_IM_MODULE(im_module) (G_TYPE_CHECK_INSTANCE_CAST((im_module), GTK_TYPE_IM_MODULE, GtkIMModule))
/*#define GTK_IM_MODULE(im_module) (G_TYPE_CHECK_INSTANCE_CAST((im_module), GTK_TYPE_IM_MODULE, GtkIMModule))*/
IMJAConfig cfg; 
IMJAConfig cfg; 
gint notify_id = 0;
gint notify_id = 0;
 Lines 429-435    Link Here 
	GtkIMModule *im_module;
	GtkIMModule *im_module;
	IM_JA_DEBUG("im_module_init()\n");
	IM_JA_DEBUG("im_module_init()\n");
	im_module = GTK_IM_MODULE(module);
	im_module = module;
	g_module_make_resident(im_module->library); /*FIXME: This is only a workaround for the GConf bug */
	g_module_make_resident(im_module->library); /*FIXME: This is only a workaround for the GConf bug */
	im_ja_gtk_register_type(module);
	im_ja_gtk_register_type(module);