and actually update user config for new default name

SVN revision: 16045
This commit is contained in:
Carsten Haitzler 2005-08-06 04:12:18 +00:00
parent f1f9673f11
commit 85682c6ed9
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ e_config_init(void)
e_config->config_version = E_CONFIG_FILE_VERSION;
e_config->show_splash = 1;
e_config->desktop_default_background = strdup("");
e_config->desktop_default_name = strdup("Desktop %d, %d");
e_config->desktop_default_name = strdup("Desktop %i, %i");
e_config->menus_scroll_speed = 1000.0;
e_config->menus_fast_mouse_move_threshhold = 300.0;
e_config->menus_click_drag_timeout = DEF_MENUCLICK;

View File

@ -48,7 +48,7 @@ typedef Eet_Data_Descriptor E_Config_DD;
* defaults for e to work - started at 100 when we introduced this config
* versioning feature
*/
#define E_CONFIG_FILE_VERSION 120
#define E_CONFIG_FILE_VERSION 121
#define E_EVAS_ENGINE_DEFAULT 0
#define E_EVAS_ENGINE_SOFTWARE_X11 1