aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 7fefb4869a..8ff6d97547 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -694,8 +694,7 @@ folder_browser_copy (GtkWidget *menuitem, FolderBrowser *fb)
cut = menuitem == NULL;
if (GTK_WIDGET_HAS_FOCUS (fb->mail_display->html)) {
- /* Copy text from the HTML Engine */
- html_engine_copy (fb->mail_display->html->engine);
+ gtk_html_copy (fb->mail_display->html);
return;
}