summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@localhost.localdomain>2009-12-01 10:11:38 +0100
committerJiri Moskovcak <jmoskovc@localhost.localdomain>2009-12-01 10:11:38 +0100
commit46ba7585c5b7ef7c4504bba8d1882708653b4092 (patch)
tree98a8c1a0417c5d767b07bab0edaf94cd2796f7bf /src/Applet
parent954308c949e3bb9ee0f08e697122833bbb5c87ac (diff)
downloadabrt-46ba7585c5b7ef7c4504bba8d1882708653b4092.tar.gz
abrt-46ba7585c5b7ef7c4504bba8d1882708653b4092.tar.xz
abrt-46ba7585c5b7ef7c4504bba8d1882708653b4092.zip
APPLET: stop animation when it's not needed rhbz#542157
Diffstat (limited to 'src/Applet')
-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 e6a3cf07..160b7638 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();
}
}