[gnome-shell] st: Fix typo



commit 56f312dc03a84a11cfb67a4a63128b0ed03766e3
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Dec 19 16:07:55 2011 +0100

    st: Fix typo
    
    Commit c7846e1 introduced a small typo, fix.

 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 e5643cc..d6a32f9 100644
--- a/src/st/st-icon.c
+++ b/src/st/st-icon.c
@@ -175,7 +175,7 @@ st_icon_dispose (GObject *gobject)
 }
 
 static void
-st_icon_finalize (GObject *object)
+st_icon_finalize (GObject *gobject)
 {
   StIconPrivate *priv = ST_ICON (gobject)->priv;
 



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