Remove links and background colours on format-clear.

Tue, 05 Jun 2012 07:39:12 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 05 Jun 2012 07:39:12 +0000
changeset 33020
03c013f8990c
parent 33019
83a3a76bf86d
child 33021
3dc4b2cdba7f

Remove links and background colours on format-clear.

pidgin/gtkwebview.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkwebview.c	Tue Jun 05 07:37:08 2012 +0000
+++ b/pidgin/gtkwebview.c	Tue Jun 05 07:39:12 2012 +0000
@@ -374,6 +374,8 @@
 		return;
 
 	do_formatting(webview, "removeFormat", "");
+	do_formatting(webview, "unlink", "");
+	do_formatting(webview, "backColor", "inherit");
 }
 
 static void

mercurial