From 9442a550896bbc164a13c8e2f25d9674ca86fd2a Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 9 Oct 2009 06:28:17 +0000 Subject: made send dialog non-modal. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2281 ee746299-78ed-0310-b773-934348b2243d --- src/send_message.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/send_message.c b/src/send_message.c index e2527292..dbce695d 100644 --- a/src/send_message.c +++ b/src/send_message.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2008 Hiroyuki Yamamoto + * Copyright (C) 1999-2009 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -906,7 +906,7 @@ static SendProgressDialog *send_progress_dialog_create(void) G_CALLBACK(send_cancel_button_cb), dialog); g_signal_connect(G_OBJECT(progress->window), "delete_event", G_CALLBACK(gtk_true), NULL); - gtk_window_set_modal(GTK_WINDOW(progress->window), TRUE); + /* gtk_window_set_modal(GTK_WINDOW(progress->window), TRUE); */ manage_window_set_transient(GTK_WINDOW(progress->window)); progress_dialog_set_value(progress, 0.0); -- cgit v1.2.3