pidgin: 924e30e3: Remove links and background colours on f...
qulogic at pidgin.im
qulogic at pidgin.im
Tue Jun 5 03:40:33 EDT 2012
----------------------------------------------------------------------
Revision: 924e30e3fc2c0185c1655fa463d9aaf1147f8a2b
Parent: 478a78c6fa311858b28f032efff18ed8ea71a920
Author: qulogic at pidgin.im
Date: 06/05/12 03:39:12
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/924e30e3fc2c0185c1655fa463d9aaf1147f8a2b
Changelog:
Remove links and background colours on format-clear.
Changes against parent 478a78c6fa311858b28f032efff18ed8ea71a920
patched pidgin/gtkwebview.c
-------------- next part --------------
============================================================
--- pidgin/gtkwebview.c 06537e3c14301ac6cdf80993700a38bc74cb12fb
+++ pidgin/gtkwebview.c db8dae0f30d6ae2ba9e458ad26399d729d9aa28c
@@ -374,6 +374,8 @@ webview_clear_formatting(GtkWebView *web
return;
do_formatting(webview, "removeFormat", "");
+ do_formatting(webview, "unlink", "");
+ do_formatting(webview, "backColor", "inherit");
}
static void
More information about the Commits
mailing list