have to unlock shelf at this point or else it will never hide anymore
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 25 Jun 2012 13:04:13 +0000 (13:04 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 25 Jun 2012 13:04:13 +0000 (13:04 +0000)
fixes ticket #1013

SVN revision: 72806

src/bin/e_gadcon.c

index aea4a25..a2d4962 100644 (file)
@@ -2053,6 +2053,7 @@ _e_gadcon_cb_client_mouse_down(void *data, Evas *evas __UNUSED__, Evas_Object *o
 
              gcc->gadcon->menu_attach.func(gcc->gadcon->menu_attach.data,
                                            gcc, mn);
+             if (gcc->gadcon->shelf) e_shelf_locked_set(gcc->gadcon->shelf, 0);
           }
 
         if (gcc->gadcon->toolbar)