[glade] plugins/gtk+/glade-gtk-box.c: fixed casting warning



commit 9780bd731656f6f98083ab739729995fbc8917f1
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Fri May 20 16:29:32 2016 -0300

    plugins/gtk+/glade-gtk-box.c: fixed casting warning

 plugins/gtk+/glade-gtk-box.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/glade-gtk-box.c b/plugins/gtk+/glade-gtk-box.c
index 6a0eb0a..f7e032d 100644
--- a/plugins/gtk+/glade-gtk-box.c
+++ b/plugins/gtk+/glade-gtk-box.c
@@ -57,7 +57,7 @@ glade_gtk_box_create_editable (GladeWidgetAdaptor * adaptor,
 }
 
 static void
-glade_gtk_box_parse_finished (GladeProject * project, GObject *gbox)
+glade_gtk_box_parse_finished (GladeProject * project, GladeWidget *gbox)
 {
   GObject *box = glade_widget_get_object (gbox);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]