diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 9e523d9f0..dd1604733 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -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; diff --git a/src/bin/e_config.h b/src/bin/e_config.h index e59895ba0..cfafefce8 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -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