X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-init.c;h=677d2c8dcbf9325d80c0182a19e3883a60654392;hp=976c2e2390e9693255d4ec265d4aedc1f630ed31;hb=24c5dee833bff8a499b6b6bca3c58231ae2a7f96;hpb=f6d386ff93e929092ba105385a29d760aeba9ff7 diff --git a/src/modest-init.c b/src/modest-init.c index 976c2e2..677d2c8 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -183,7 +183,7 @@ static gboolean force_ke_recv_load (void) { if (strcmp ("cerm_device_memory_full", - dgettext("ke-recv", "cerm_device_memory_full")) == 0) { + _KR("cerm_device_memory_full")) == 0) { g_warning ("%s: cannot get translation for cerm_device_memory_full", __FUNCTION__); return FALSE; @@ -429,7 +429,7 @@ init_header_columns (ModestConf *conf, gboolean overwrite) /* if we're not in overwrite mode, only write stuff it * there was nothing before */ if (overwrite || !modest_conf_key_exists(conf, key, NULL)) - modest_conf_set_int (conf, key, MODEST_MAIN_PANED_POS_PERCENTAGE, NULL); + modest_conf_set_float (conf, key, MODEST_MAIN_PANED_POS_PERCENTAGE, NULL); g_free (key); @@ -438,7 +438,7 @@ init_header_columns (ModestConf *conf, gboolean overwrite) /* if we're not in overwrite mode, only write stuff it * there was nothing before */ if (overwrite || !modest_conf_key_exists(conf, key, NULL)) - modest_conf_set_int (conf, key, MODEST_MSG_PANED_POS_PERCENTAGE, NULL); + modest_conf_set_float (conf, key, MODEST_MSG_PANED_POS_PERCENTAGE, NULL); g_free (key); return TRUE; @@ -729,7 +729,7 @@ init_default_settings (ModestConf *conf) /* Editor keys */ if (!modest_conf_key_exists (conf, MODEST_CONF_SHOW_CC, NULL)) - modest_conf_set_bool (conf, MODEST_CONF_SHOW_CC, TRUE, NULL); + modest_conf_set_bool (conf, MODEST_CONF_SHOW_CC, FALSE, NULL); if (!modest_conf_key_exists (conf, MODEST_CONF_SHOW_BCC, NULL)) modest_conf_set_bool (conf, MODEST_CONF_SHOW_BCC, FALSE, NULL);