From acc9974f8b0f3d96b067bf7203519cd1af8bcd76 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 21 Dec 2001 22:45:57 +0000 Subject: Only cancel the selection dialog if it is currently in use, otherwise 2001-12-21 Jeffrey Stedfast * 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 --- composer/e-msg-composer-attachment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer/e-msg-composer-attachment.c') 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); -- cgit