Lock stacking of home windows & deselect an icon after it's started running.

SVN revision: 45500
This commit is contained in:
Christopher Michael 2010-01-23 21:08:57 +00:00
parent f0015c1e97
commit 10fb34ad03
1 changed files with 2 additions and 2 deletions

View File

@ -341,8 +341,7 @@ _il_home_win_new(Instance *inst)
e_win_move_resize(hwin->win, zone->x, zone->y, zone->w, 100);
e_win_show(hwin->win);
e_border_zone_set(hwin->win->border, zone);
e_win_placed_set(hwin->win, 1);
hwin->win->border->lock_user_location = 1;
hwin->win->border->lock_user_stacking = 1;
if (hwin->win->evas_win)
e_drop_xdnd_register_set(hwin->win->evas_win, 1);
@ -448,6 +447,7 @@ _il_home_cb_selected(void *data, Evas_Object *obj, void *event)
if (desktop)
_il_home_desktop_run(hwin, desktop);
}
e_fm2_select_set(hwin->o_fm, ici->file, 0);
}
}
}