[gnome-shell] StIcon: fix typo



commit 23f3af832c626c45397701efd8c782aaf18a2e8b
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue Dec 21 22:49:54 2010 +0100

    StIcon: fix typo
    
    After having freed pending_texture, we should nullify it, not an
    unrelated actor.

 src/st/st-icon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/st/st-icon.c b/src/st/st-icon.c
index 7235dc1..6101107 100644
--- a/src/st/st-icon.c
+++ b/src/st/st-icon.c
@@ -149,7 +149,7 @@ st_icon_dispose (GObject *gobject)
     {
       clutter_actor_destroy (priv->pending_texture);
       g_object_unref (priv->pending_texture);
-      priv->icon_texture = NULL;
+      priv->pending_texture = NULL;
     }
 
   if (priv->gicon)



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