From 2cf29060cdc558618cf74ef6f2694cf011a27ec9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 11 Apr 2010 20:37:29 +0000 Subject: [PATCH] Use new quickpanel toggle functions. SVN revision: 47936 --- src/modules/illume-indicator/e_mod_ind_win.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/illume-indicator/e_mod_ind_win.c b/src/modules/illume-indicator/e_mod_ind_win.c index d7e7c2763..0b01cfbc0 100644 --- a/src/modules/illume-indicator/e_mod_ind_win.c +++ b/src/modules/illume-indicator/e_mod_ind_win.c @@ -299,14 +299,13 @@ _e_mod_ind_win_cb_mouse_up(void *data, Evas *evas __UNUSED__, Evas_Object *obj _ if (ev->button != 1) return; if (!(iwin = data)) return; - /* if we are not dragging, send message to show quickpanel */ + /* if we are not dragging, send message to toggle quickpanel state */ if ((!iwin->drag.dnd) && (iwin->mouse_down == 1)) { Ecore_X_Window xwin; xwin = iwin->win->border->zone->black_win; - ecore_x_e_illume_quickpanel_state_send - (xwin, ECORE_X_ILLUME_QUICKPANEL_STATE_ON); + ecore_x_e_illume_quickpanel_state_toggle(xwin); } else if (iwin->drag.dnd) {