summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-11-15 19:39:28 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-11-15 19:39:28 +0100
commit9fefdaeed15039877f525d2c6fae3e02318c4234 (patch)
treea0f8a38a503fccfbbf5886f371caed8a79fa20ae /src/Applet/CCApplet.cpp
parent54d25773bbae2425c5d1b8fc7bd827d941a6a011 (diff)
downloadabrt-9fefdaeed15039877f525d2c6fae3e02318c4234.tar.gz
abrt-9fefdaeed15039877f525d2c6fae3e02318c4234.tar.xz
abrt-9fefdaeed15039877f525d2c6fae3e02318c4234.zip
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
Diffstat (limited to 'src/Applet/CCApplet.cpp')
-rw-r--r--src/Applet/CCApplet.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
index bae0cf8b..c2300510 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)
{