[gtk+/refactor: 104/106] gtkstatusicon: unseal private pointer



commit ff276779574e70070c532f461d24ec750145ffe2
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Jul 13 03:14:53 2010 +0200

    gtkstatusicon: unseal private pointer

 gtk/gtkstatusicon.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h
index 9142367..98d79e5 100644
--- a/gtk/gtkstatusicon.h
+++ b/gtk/gtkstatusicon.h
@@ -48,7 +48,7 @@ struct _GtkStatusIcon
 {
   GObject               parent_instance;
 
-  GtkStatusIconPrivate *GSEAL (priv);
+  GtkStatusIconPrivate *priv;
 };
 
 struct _GtkStatusIconClass



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