From dc46afe8705d1a70d1f18a7d3bb6e7da41bb214b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 6 Oct 2012 00:14:14 +0000 Subject: [PATCH] Code cleanup --- src/applets/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applets/keyboard.c b/src/applets/keyboard.c index 3899154..aacff69 100644 --- a/src/applets/keyboard.c +++ b/src/applets/keyboard.c @@ -467,8 +467,8 @@ static void _keyboard_on_toggled(GtkWidget * widget, gpointer data) _init_idle(keyboard); if(keyboard->window == NULL) return; - helper->position_menu(helper->panel, (GtkMenu*)keyboard->window, &x, &y, - &push_in); + helper->position_menu(helper->panel, (GtkMenu *)keyboard->window, + &x, &y, &push_in); gtk_window_move(GTK_WINDOW(keyboard->window), x, y); if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget))) {