From 0a585bfc2bd775a576de8368a6d819cdfbd2173d Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 10 Jun 2011 09:16:02 +0000 Subject: changed the spec of compose-send signal because the previous one prohibited sending if the signal is not used. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2894 ee746299-78ed-0310-b773-934348b2243d --- plugin/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/test') diff --git a/plugin/test/test.c b/plugin/test/test.c index 4160da2f..7a2b4631 100644 --- a/plugin/test/test.c +++ b/plugin/test/test.c @@ -236,7 +236,7 @@ static gboolean compose_send_cb(GObject *obj, gpointer compose, g_print("test: compose_mode: %d, send_mode: %d, file: %s\n", compose_mode, send_mode, msg_file); - return TRUE; /* return FALSE to cancel sending */ + return FALSE; /* return TRUE to cancel sending */ } static void messageview_show_cb(GObject *obj, gpointer msgview, -- cgit v1.2.3