diff options
Diffstat (limited to 'modules/input/imthai-broken.c')
-rw-r--r-- | modules/input/imthai-broken.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/imthai-broken.c b/modules/input/imthai-broken.c index 9980bc32c8..56c870f7e1 100644 --- a/modules/input/imthai-broken.c +++ b/modules/input/imthai-broken.c @@ -208,7 +208,7 @@ GtkIMContext * im_module_create (const gchar *context_id) { if (strcmp (context_id, "thai_broken") == 0) - return GTK_IM_CONTEXT (g_object_new (type_thai_broken, NULL)); + return g_object_new (type_thai_broken, NULL); else return NULL; } |