[gnome-packagekit] Use the correct icon in the panel when restarts are required



commit 46799d7dcd7801dd3a3ebf74f150f6bd664a982f
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jul 29 14:27:41 2009 +0100

    Use the correct icon in the panel when restarts are required

 src/gpk-watch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-watch.c b/src/gpk-watch.c
index 5e2cc9a..05a929b 100644
--- a/src/gpk-watch.c
+++ b/src/gpk-watch.c
@@ -365,7 +365,7 @@ gpk_watch_refresh_icon (GpkWatch *watch)
 	/* any restart required? */
 	if (watch->priv->restart != PK_RESTART_ENUM_NONE &&
 	    watch->priv->hide_warning == FALSE) {
-		icon_name = gpk_restart_enum_to_dialog_icon_name (watch->priv->restart);
+		icon_name = gpk_restart_enum_to_icon_name (watch->priv->restart);
 		goto out;
 	}
 



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