diff options
author | Viktor Kojouharov <vkojouharov@gmail.com> | 2007-04-23 17:21:38 +0000 |
---|---|---|
committer | Viktor Kojouharov <vkojouharov@gmail.com> | 2007-04-23 17:21:38 +0000 |
commit | 726d1529241ca0cc1d363cee08aae522fb836e0d (patch) | |
tree | 8d12b4aa71845d78212430ba7745a49a1315890e /src/bin/e_int_shelf_config.c | |
parent | 5168a0989f3e37e41045df7090980fe6ed22b3d6 (diff) | |
download | enlightenment-726d1529241ca0cc1d363cee08aae522fb836e0d.tar.gz |
patch by Hannes Janetzek for checking whether the mouse is over the shelf
SVN revision: 29688
Diffstat (limited to 'src/bin/e_int_shelf_config.c')
-rw-r--r-- | src/bin/e_int_shelf_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_int_shelf_config.c b/src/bin/e_int_shelf_config.c index 1a8062a8f4..24e1b485e9 100644 --- a/src/bin/e_int_shelf_config.c +++ b/src/bin/e_int_shelf_config.c @@ -240,6 +240,7 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) e_shelf_orient(cfdata->es, cfdata->escfg->orient); e_shelf_position_calc(cfdata->es); e_shelf_populate(cfdata->es); + e_shelf_toggle(cfdata->es, 1); e_shelf_show(cfdata->es); e_config_save_queue(); cfdata->es->config_dialog = cfd; |