[frogr] Don't unref GtkEntrycompletion on dispose (handled by GtkEntry)



commit b0eafd4db3adaa1d88a5ac6a72db6e777f9e8281
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Mon Aug 22 17:23:18 2011 +0200

    Don't unref GtkEntrycompletion on dispose (handled by GtkEntry)

 src/frogr-live-entry.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/frogr-live-entry.c b/src/frogr-live-entry.c
index 3d30059..d27a643 100644
--- a/src/frogr-live-entry.c
+++ b/src/frogr-live-entry.c
@@ -178,12 +178,6 @@ _frogr_live_entry_dispose (GObject *object)
 {
   FrogrLiveEntryPrivate *priv = FROGR_LIVE_ENTRY_GET_PRIVATE (object);
 
-  if (priv->entry_completion)
-    {
-      g_object_unref (priv->entry_completion);
-      priv->entry_completion = NULL;
-    }
-
   if (priv->treemodel)
     {
       g_object_unref (priv->treemodel);



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