[gtk+/gtk-style-context: 320/347] GtkThemingEngine: Fix compile warning.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 320/347] GtkThemingEngine: Fix compile warning.
- Date: Thu, 11 Nov 2010 01:31:24 +0000 (UTC)
commit 748f365752ba31d202ee7a18668d8161fb9797d5
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 f9a496c..1b41ff6 100644
--- a/gtk/gtkthemingengine.c
+++ b/gtk/gtkthemingengine.c
@@ -759,7 +759,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]