mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
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->module = module;
|
||||||
|
|
||||||
theming_module->init (theming_module);
|
theming_module->init (G_TYPE_MODULE (theming_module));
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user