[giggle] Complete previous commit: initialize private structure



commit 815f880e559ea77ad115899f520451bb91d14f1f
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Mar 30 21:17:09 2010 +0200

    Complete previous commit: initialize private structure
    
    This completes commit 3e8e250bd8a6e1d299a640c0a990235673f86f93

 src/giggle-view-history.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/giggle-view-history.c b/src/giggle-view-history.c
index a933a99..cd80c63 100644
--- a/src/giggle-view-history.c
+++ b/src/giggle-view-history.c
@@ -837,6 +837,9 @@ giggle_view_history_history_init (GiggleHistoryIface *iface)
 static void
 giggle_view_history_init (GiggleViewHistory *view)
 {
+	view->priv = G_TYPE_INSTANCE_GET_PRIVATE (view,
+	                                          GIGGLE_TYPE_VIEW_HISTORY,
+	                                          GiggleViewHistoryPriv);
 }
 
 GtkWidget *



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