forked from AuroraMiddleware/gtk
Use the module's correct name in test. (#160122)
2004-12-01 Tor Lillqvist <tml@iki.fi> * modules/input/imime.c (im_module_create): Use the module's correct name in test. (#160122)
This commit is contained in:
parent
d22df32c73
commit
fc71989177
@ -1,3 +1,8 @@
|
||||
2004-12-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/imime.c (im_module_create): Use the module's
|
||||
correct name in test. (#160122)
|
||||
|
||||
2004-12-01 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkuimanager.[ch]: added virtual functions
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-12-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/imime.c (im_module_create): Use the module's
|
||||
correct name in test. (#160122)
|
||||
|
||||
2004-12-01 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkuimanager.[ch]: added virtual functions
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-12-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/imime.c (im_module_create): Use the module's
|
||||
correct name in test. (#160122)
|
||||
|
||||
2004-12-01 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkuimanager.[ch]: added virtual functions
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-12-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/imime.c (im_module_create): Use the module's
|
||||
correct name in test. (#160122)
|
||||
|
||||
2004-12-01 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkuimanager.[ch]: added virtual functions
|
||||
|
@ -60,7 +60,7 @@ im_module_create (const gchar * context_id)
|
||||
{
|
||||
g_return_val_if_fail (context_id, NULL);
|
||||
|
||||
if (!strcmp (context_id, "win32ime"))
|
||||
if (!strcmp (context_id, "ime"))
|
||||
return g_object_new (GTK_TYPE_IM_CONTEXT_IME, NULL);
|
||||
else
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user