someone forgot to break this case statement. how embarrassing for this person and...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 7 Nov 2011 22:13:01 +0000 (22:13 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 7 Nov 2011 22:13:01 +0000 (22:13 +0000)
SVN revision: 64876

src/bin/e_config.c

index 330db8a..8fa531b 100644 (file)
@@ -2155,6 +2155,7 @@ _e_config_eet_close_handle(Eet_File *ef, char *file)
        break;
       case EET_ERROR_WRITE_ERROR:
        erstr = _("This is a generic error.");
+        break;
       case EET_ERROR_WRITE_ERROR_FILE_TOO_BIG:
        erstr = _("The settings file is too large.<br>It should be very small (a few hundred KB at most).");
        break;