From 46ba7585c5b7ef7c4504bba8d1882708653b4092 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 1 Dec 2009 10:11:38 +0100 Subject: APPLET: stop animation when it's not needed rhbz#542157 --- src/Applet/CCApplet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Applet/CCApplet.cpp') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index e6a3cf0..160b763 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); + stop_animate_icon(); } } -- cgit