GtkThemingEngine: Fix compile warning.

This commit is contained in:
Carlos Garnacho 2010-11-03 21:12:57 +01:00
parent 605fa03248
commit 06c8857191

View File

@ -755,7 +755,7 @@ gtk_theming_module_load (GTypeModule *type_module)
theming_module->module = module; theming_module->module = module;
theming_module->init (theming_module); theming_module->init (G_TYPE_MODULE (theming_module));
return TRUE; return TRUE;
} }