diff options
| author | Karel Klic <kklic@redhat.com> | 2009-12-01 12:21:21 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-12-01 12:21:21 +0100 |
| commit | 697ce6147c901e272d2b118585f70198a0c0575e (patch) | |
| tree | 00a3e26b25c969ccf46f728044ce884dd6117220 /src/Applet/CCApplet.cpp | |
| parent | 41433f2f75f2bea3ac6e57b2192ae2268482a098 (diff) | |
| parent | bcb89764786689772708cd76e97750b57daad227 (diff) | |
| download | abrt-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.cpp | 1 |
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(); } } |
