[gtk+] notebook: Fix compilation warnings



commit eda14b2d47419129314fa2b9a8b2e9b32139ef3c
Author: Benjamin Otte <otte redhat com>
Date:   Sun Sep 26 15:02:00 2010 +0200

    notebook: Fix compilation warnings
    
    A quark is not a pointer.

 gtk/gtknotebook.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 7ad2704..2b9344f 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -7603,7 +7603,7 @@ gtk_notebook_set_group_name (GtkNotebook *notebook,
                              const gchar *group_name)
 {
   GtkNotebookPrivate *priv;
-  GQuark *group;
+  GQuark group;
 
   g_return_if_fail (GTK_IS_NOTEBOOK (notebook));
 



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