]> Pileus Git - ~andy/gtk/blobdiff - modules/input/imcyrillic-translit.c
modules/engines/ms-windows/msw_rc_style.c
[~andy/gtk] / modules / input / imcyrillic-translit.c
index 12a0bc2289e63a617a04dfd67d79546a95a5929c..b9c6c562bb69495efcd1573bcbf131ba5fd693a0 100644 (file)
@@ -247,7 +247,7 @@ GtkIMContext *
 im_module_create (const gchar *context_id)
 {
   if (strcmp (context_id, "cyrillic_translit") == 0)
-    return GTK_IM_CONTEXT (g_object_new (type_cyrillic_translit, NULL));
+    return g_object_new (type_cyrillic_translit, NULL);
   else
     return NULL;
 }