From 9fefdaeed15039877f525d2c6fae3e02318c4234 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sun, 15 Nov 2009 19:39:28 +0100 Subject: don't show icon on abrtd start/stop rhbz#537630 - this feature would show the icon even after abrt update, which would show the icon and thus might confuse user with the warning sign --- src/Applet/CCApplet.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Applet/CCApplet.cpp') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index bae0cf8..c230051 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -243,10 +243,10 @@ void CApplet::onAbout_cb(GtkMenuItem *menuitem, gpointer dialog) gtk_widget_hide(GTK_WIDGET(dialog)); } -//void CApplet::HideIcon() -//{ -// gtk_status_icon_set_visible(m_pStatusIcon, false); -//} +void CApplet::HideIcon() +{ + gtk_status_icon_set_visible(m_pStatusIcon, false); +} void CApplet::Disable(const char *reason) { -- cgit