From 344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 18 Nov 2009 14:00:56 +0100 Subject: whitespace cleanups Signed-off-by: Denys Vlasenko --- src/Applet/CCApplet.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Applet/CCApplet.cpp') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index 704eccef..e6a3cf07 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -229,7 +229,7 @@ void CApplet::OnMenuPopup_cb(GtkStatusIcon *status_icon, CApplet *applet = (CApplet *)user_data; /* stop the animation */ applet->stop_animate_icon(); - + if (applet->m_pMenu != NULL) { gtk_menu_popup(GTK_MENU(((CApplet *)user_data)->m_pMenu), @@ -237,7 +237,6 @@ void CApplet::OnMenuPopup_cb(GtkStatusIcon *status_icon, gtk_status_icon_position_menu, status_icon, button, activate_time); } - } void CApplet::ShowIcon() -- cgit