X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-default-account-settings-dialog.c;h=0295822a6ba85ebb245bf1011649d09694278800;hb=67ce358d84560f33210e608f236f258c38cb701c;hp=85fe69a0cd435db6344a911c90582ff9671fe7ed;hpb=bd67ed37ce5f944faccbe4bad73b82927391764e;p=modest diff --git a/src/gnome/modest-default-account-settings-dialog.c b/src/gnome/modest-default-account-settings-dialog.c index 85fe69a..0295822 100644 --- a/src/gnome/modest-default-account-settings-dialog.c +++ b/src/gnome/modest-default-account-settings-dialog.c @@ -996,7 +996,7 @@ check_data (ModestAccountSettingsDialog *self) if (!account_title) return FALSE; /* Should be prevented already anyway. */ - if (strcmp(account_title, priv->original_account_title) != 0) { + if (g_strcmp0 (account_title, priv->original_account_title) != 0) { /* Check the changed title: */ const gboolean name_in_use = modest_account_mgr_account_with_display_name_exists (priv->account_manager, account_title);