diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-22 06:45:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-22 06:45:57 +0800 |
commit | acc9974f8b0f3d96b067bf7203519cd1af8bcd76 (patch) | |
tree | 5d55fd9039613b9afdb7932b5cc27e8d60df006a /composer/e-msg-composer-attachment.c | |
parent | 630429ee20bb95d23dd3974f76cf60f3e7ceebda (diff) | |
download | gsoc2013-evolution-acc9974f8b0f3d96b067bf7203519cd1af8bcd76.tar.gz gsoc2013-evolution-acc9974f8b0f3d96b067bf7203519cd1af8bcd76.tar.zst gsoc2013-evolution-acc9974f8b0f3d96b067bf7203519cd1af8bcd76.zip |
Only cancel the selection dialog if it is currently in use, otherwise
2001-12-21 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-select-file.c (composer_hide_cb): Only cancel the
selection dialog if it is currently in use, otherwise we'll get an
extra gtk_main_quit and the mailer will exit :-(
svn path=/trunk/; revision=15207
Diffstat (limited to 'composer/e-msg-composer-attachment.c')
-rw-r--r-- | composer/e-msg-composer-attachment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c index 046ab1bfdd..fcfc09928d 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -158,7 +158,7 @@ e_msg_composer_attachment_new (const char *file_name, CamelDataWrapper *wrapper; CamelStream *stream; struct stat statbuf; - gchar *mime_type; + char *mime_type; char *filename; g_return_val_if_fail (file_name != NULL, NULL); |