Don't move dialog, we don't know where it will end.

SVN revision: 16348
This commit is contained in:
sebastid 2005-08-25 16:17:52 +00:00 committed by sebastid
parent 51fe7eadaa
commit 0f438c844f
1 changed files with 2 additions and 0 deletions

View File

@ -321,9 +321,11 @@ _randr_menu_cb_resolution_change(void *data, E_Menu *m, E_Menu_Item *mi)
/* This shouldn't be done here. We should add a resize callback to the e_win,
* and position us when we know the real width and height */
#if 0
e_win_move(e->dialog->win,
m->zone->x + (m->zone->w - e->dialog->win->min_w) / 2,
m->zone->y + (m->zone->h - e->dialog->win->min_h) / 2);
#endif
e->timer = ecore_timer_add(15.0, _randr_timer_cb, res);