always unpopulate shelf before changing orientation so systray doesn't ibtch

SVN revision: 80768
This commit is contained in:
Mike Blumenkrantz 2012-12-12 14:56:17 +00:00
parent 86aa333211
commit 8077e1aafb
1 changed files with 1 additions and 0 deletions

View File

@ -2381,6 +2381,7 @@ _e_shelf_cb_menu_orient(void *data, E_Menu *m, E_Menu_Item *mi)
cf_es = es->cfg;
cfd = es->config_dialog;
es->config_dialog = NULL;
e_gadcon_unpopulate(es->gadcon);
e_object_del(E_OBJECT(es));
es = e_shelf_config_new(zone, cf_es);
es->config_dialog = cfd;