diff options
-rw-r--r-- | 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 cb2b5ab9f..b87b9b2fb 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 |