[epiphany] downloader-view: make status icon visible on show
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] downloader-view: make status icon visible on show
- Date: Mon, 15 Mar 2010 23:32:23 +0000 (UTC)
commit 6e9c6949dd01796615439f39d2322fc57490782f
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Tue Mar 2 19:14:07 2010 -0500
downloader-view: make status icon visible on show
Bug #611779
embed/downloader-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index cb2b5ab..b87b9b2 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -188,6 +188,8 @@ show_status_icon (DownloaderView *dv)
G_CALLBACK (show_downloader_cb), dv);
g_signal_connect (priv->status_icon, "popup-menu",
G_CALLBACK (status_icon_popup_menu_cb), dv);
+
+ gtk_status_icon_set_visible (priv->status_icon, TRUE);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]