]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkimmodule.c
separator: Don't use padding and borders wrongly
[~andy/gtk] / gtk / gtkimmodule.c
index 5e35498a224191e39cce3969ce277fdc85476074..e6372f2edb6763b233b81164d2618e952e98033a 100644 (file)
@@ -650,7 +650,7 @@ lookup_immodule (gchar **immodules_list)
          gboolean found;
          gchar *context_id;
          found = g_hash_table_lookup_extended (contexts_hash, *immodules_list,
-                                               &context_id, NULL);
+                                               (gpointer *) &context_id, NULL);
          if (found)
            return context_id;
        }