summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-12-01 12:21:21 +0100
committerKarel Klic <kklic@redhat.com>2009-12-01 12:21:21 +0100
commit697ce6147c901e272d2b118585f70198a0c0575e (patch)
tree00a3e26b25c969ccf46f728044ce884dd6117220 /src/Applet/CCApplet.cpp
parent41433f2f75f2bea3ac6e57b2192ae2268482a098 (diff)
parentbcb89764786689772708cd76e97750b57daad227 (diff)
downloadabrt-697ce6147c901e272d2b118585f70198a0c0575e.tar.gz
abrt-697ce6147c901e272d2b118585f70198a0c0575e.tar.xz
abrt-697ce6147c901e272d2b118585f70198a0c0575e.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Applet/CCApplet.cpp')
-rw-r--r--src/Applet/CCApplet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
index e6a3cf0..c91b4e8 100644
--- a/src/Applet/CCApplet.cpp
+++ b/src/Applet/CCApplet.cpp
@@ -218,6 +218,7 @@ void CApplet::OnAppletActivate_CB(GtkStatusIcon *status_icon, gpointer user_data
perror_msg_and_die("Can't exec abrt-gui");
}
gtk_status_icon_set_visible(applet->m_pStatusIcon, false);
+ applet->stop_animate_icon();
}
}