Fix non-ANSI switch statement
* e-msg-composer.c (save): Fix non-ANSI switch statement svn path=/trunk/; revision=18159
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2002-09-22 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-msg-composer.c (save): Fix non-ANSI switch statement
|
||||
|
||||
2002-09-19 Radek Doulik <rodo@ximian.com>
|
||||
|
||||
* e-msg-composer.c (signature_cb): allow to select last 2 menu
|
||||
|
||||
@ -1168,6 +1168,7 @@ save (EMsgComposer *composer, const char *file_name)
|
||||
return;
|
||||
default:
|
||||
/* ie, the user hit "Yes" so just continue as normal */
|
||||
break;
|
||||
}
|
||||
} else
|
||||
close (fd);
|
||||
|
||||
Reference in New Issue
Block a user