[gnome-packagekit/gnome-2-28] Don't hide the restart status icon just because the daemon exited. Fixes rh#553966



commit 7e635bd955f220a91873a520f35f3b5dc9783cb6
Author: Richard Hughes <richard hughsie com>
Date:   Fri Feb 5 11:27:40 2010 +0000

    Don't hide the restart status icon just because the daemon exited. Fixes rh#553966

 src/gpk-watch.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-watch.c b/src/gpk-watch.c
index 3d6c064..bc6ed24 100644
--- a/src/gpk-watch.c
+++ b/src/gpk-watch.c
@@ -1641,8 +1641,6 @@ gpk_watch_connection_changed_cb (PkConnection *pconnection, gboolean connected,
 		gpk_watch_refresh_icon (watch);
 		gpk_watch_refresh_tooltip (watch);
 		gpk_watch_set_proxies (watch);
-	} else {
-		gtk_status_icon_set_visible (watch->priv->status_icon, FALSE);
 	}
 }
 



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