diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-15 19:39:28 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-11-15 19:39:28 +0100 |
| commit | 9fefdaeed15039877f525d2c6fae3e02318c4234 (patch) | |
| tree | a0f8a38a503fccfbbf5886f371caed8a79fa20ae /src/Applet/CCApplet.cpp | |
| parent | 54d25773bbae2425c5d1b8fc7bd827d941a6a011 (diff) | |
| download | abrt-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.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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) { |
