From bcb89764786689772708cd76e97750b57daad227 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 1 Dec 2009 11:52:14 +0100 Subject: fixed wrong commit --- src/Applet/CCApplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Applet/CCApplet.cpp') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index 160b763..c91b4e8 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -218,7 +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(); + applet->stop_animate_icon(); } } -- cgit