From 1c54bdde06293203bbe4f7aab4951e68c045459c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 9 Feb 2010 17:03:52 +0000 Subject: [PATCH] No point in calling x_window_geometry_get here, we never use the returned width or height afterwards. SVN revision: 46014 --- src/modules/systray/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/systray/e_mod_main.c b/src/modules/systray/e_mod_main.c index 4a6899565..9bd0855a9 100644 --- a/src/modules/systray/e_mod_main.c +++ b/src/modules/systray/e_mod_main.c @@ -362,7 +362,7 @@ _systray_icon_add(Instance *inst, const Ecore_X_Window win) ecore_x_window_save_set_add(win); ecore_x_window_shape_events_select(win, 1); - ecore_x_window_geometry_get(win, NULL, NULL, &w, &h); + //ecore_x_window_geometry_get(win, NULL, NULL, &w, &h); evas_object_event_callback_add (o, EVAS_CALLBACK_MOVE, _systray_icon_cb_move, icon);