[gtk+/gtk-style-context: 319/533] GtkThemingEngine: Fix compile warning.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 319/533] GtkThemingEngine: Fix compile warning.
- Date: Wed, 1 Dec 2010 02:32:38 +0000 (UTC)
commit c2e543fea6217ae497b5d71df0cbd629ac78f487
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Nov 3 21:12:57 2010 +0100
GtkThemingEngine: Fix compile warning.
gtk/gtkthemingengine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c
index 474bd0d..bd299f3 100644
--- a/gtk/gtkthemingengine.c
+++ b/gtk/gtkthemingengine.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]