instant edit --

SVN revision: 37012
This commit is contained in:
Carsten Haitzler 2008-10-23 04:49:52 +00:00
parent 1324acbe10
commit d09de3a59a
1 changed files with 2 additions and 1 deletions

View File

@ -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);