Don't center window when changing modes as the user may have moved it.

SVN revision: 41933
This commit is contained in:
Christopher Michael 2009-08-23 03:40:25 +00:00
parent aadf50f851
commit b851ab4fc9
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ _e_config_dialog_go(E_Config_Dialog *cfd, E_Config_Dialog_CFData_Type type)
e_dialog_show(cfd->dia);
if (cfd->icon) e_dialog_border_icon_set(cfd->dia, cfd->icon);
e_win_centered_set(cfd->dia->win, 1);
cfd->view_type = type;
}