GtkThemingEngine: Fix compile warning.
This commit is contained in:
parent
605fa03248
commit
06c8857191
@ -755,7 +755,7 @@ gtk_theming_module_load (GTypeModule *type_module)
|
||||
|
||||
theming_module->module = module;
|
||||
|
||||
theming_module->init (theming_module);
|
||||
theming_module->init (G_TYPE_MODULE (theming_module));
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user