[gtk+/gtk-style-context: 319/540] GtkThemingEngine: Fix compile warning.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 319/540] GtkThemingEngine: Fix compile warning.
- Date: Fri, 3 Dec 2010 03:02:57 +0000 (UTC)
commit 52d4302a3a14241208f204b5bc0c4dc1463a7a88
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]