aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-10 09:16:02 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-10 09:16:02 +0000
commit0a585bfc2bd775a576de8368a6d819cdfbd2173d (patch)
tree476a4914a75a5c2b4c9f48ddf446c670b4fdbd9e /plugin
parent5bef52f7bf1d934509370e88da0a6b820bc3e303 (diff)
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
Diffstat (limited to 'plugin')
-rw-r--r--plugin/test/test.c2
1 files changed, 1 insertions, 1 deletions
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,