express: Don't create treeview if we are using tabs

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-12 11:03:45 -04:00
parent 6c8b9faa1e
commit 9efa17c431
1 changed files with 2 additions and 1 deletions

View File

@ -590,7 +590,8 @@ _channel_create(Evas *evas, Evas_Object *win, const char *name, const char *serv
/* add userlist */
_channel_userlist_create(chl);
_channel_treeview_create(chl);
if (!_ex_cfg->gui.tabs)
_channel_treeview_create(chl);
evas_object_event_callback_add(chl->o_grid,
EVAS_CALLBACK_CHANGED_SIZE_HINTS,