diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2009-03-03 04:40:58 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2009-03-03 04:40:58 +0000 |
commit | 9bc2ce06784e3ed2c4ed97289ec73fee287d8b44 (patch) | |
tree | 98dc2500c302ab5e7819befa7c09f02a48e6954c /src/modules/gadman | |
parent | 3200fe1b84990ac23c15db11df1366a1d56b7b88 (diff) | |
download | enlightenment-9bc2ce06784e3ed2c4ed97289ec73fee287d8b44.tar.gz |
Invert view_flags logic, make it easier to use.
Now flags do not negate, rather specify if things should be used. This
will help us be compatible with original behavior and actually just
e_fwin is using that.
SVN revision: 39340
Diffstat (limited to 'src/modules/gadman')
-rw-r--r-- | src/modules/gadman/e_mod_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/gadman/e_mod_config.c b/src/modules/gadman/e_mod_config.c index 675be27b42..6b92d00ada 100644 --- a/src/modules/gadman/e_mod_config.c +++ b/src/modules/gadman/e_mod_config.c @@ -222,7 +222,6 @@ _adv_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfda fmc.selection.windows_modifiers = 0; e_fm2_config_set(ow, &fmc); e_fm2_icon_menu_flags_set(ow, E_FM2_MENU_NO_SHOW_HIDDEN); - e_fm2_view_flags_set(ow, E_FM2_VIEW_NO_DIR_CUSTOM); e_fm2_path_set(ow, path, "/"); evas_object_smart_callback_add(ow, "selection_change", |