[gtk+/gtk-style-context: 90/276] Fix compile warning.
- From: Carlos Garnacho <carlosg src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk+/gtk-style-context: 90/276] Fix compile warning.
 
- Date: Sat, 23 Oct 2010 19:02:40 +0000 (UTC)
 
commit c49fec62ea82377bd5ff5f6b32180e37fad45059
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Jun 13 17:33:47 2010 +0200
    Fix compile warning.
 gtk/gtkstylecontext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index 848d809..d760f7b 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -498,7 +498,7 @@ gtk_style_context_list_child_classes (GtkStyleContext *context)
       link = link->next;
 
       child_class = g_quark_to_string (link_class->class_quark);
-      classes = g_list_prepend (classes, child_class);
+      classes = g_list_prepend (classes, (gchar *) child_class);
     }
 
   return classes;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]