From d09de3a59af1ba75ab207e90bee283e5e3a39ba4 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 23 Oct 2008 04:49:52 +0000 Subject: [PATCH] instant edit -- SVN revision: 37012 --- src/bin/e_shelf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index 748e6c9d7..b25419e30 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -158,7 +158,8 @@ e_shelf_zone_new(E_Zone *zone, const char *name, const char *style, int popup, i } es->gadcon = e_gadcon_swallowed_new(es->name, es->id, es->o_base, "e.swallow.content"); - es->gadcon->instant_edit = 1; +// hmm dnd in ibar and ibox kill this. ok. need to look into this more +// es->gadcon->instant_edit = 1; e_gadcon_min_size_request_callback_set(es->gadcon, _e_shelf_gadcon_min_size_request, es);