From b303c834f7f1fcf25035d709135b2a114c1110c0 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 19 Jan 2005 06:48:58 +0000 Subject: fixed a bug that didn't correctly get text selection on reply. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@19 ee746299-78ed-0310-b773-934348b2243d --- src/summaryview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/summaryview.c b/src/summaryview.c index 53d9b349..d66ba5bd 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -3389,8 +3389,8 @@ void summary_reply(SummaryView *summaryview, ComposeMode mode) /* use selection only if the displayed message is selected */ if (!mlist->next && msginfo == displayed_msginfo) { - text = gtkut_editable_get_selection - (GTK_EDITABLE(summaryview->messageview->textview->text)); + text = gtkut_text_view_get_selection + (GTK_TEXT_VIEW(summaryview->messageview->textview->text)); if (text && *text == '\0') { g_free(text); text = NULL; -- cgit v1.2.3