pidgin: 6d815c8e: The switch to the webview also allowed s...

qulogic at pidgin.im qulogic at pidgin.im
Thu Jan 5 23:01:03 EST 2012


----------------------------------------------------------------------
Revision: 6d815c8ea345d03d3c22e9ac06945a06a04bae6c
Parent:   e9c5b163ac9a15c286ec0650725d815a32656056
Author:   qulogic at pidgin.im
Date:     01/05/12 05:03:51
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6d815c8ea345d03d3c22e9ac06945a06a04bae6c

Changelog: 

The switch to the webview also allowed strikethrough-by-default.
This commit just ensures that the pref exists for it.

Fixes #13011.

Changes against parent e9c5b163ac9a15c286ec0650725d815a32656056

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	db776f824b86f21fd0df2dd98060cbf60c867a2b
+++ pidgin/gtkconv.c	c821dfe91ddbd6930b60fcdf6f96908fb9078972
@@ -8381,6 +8381,7 @@ pidgin_conversations_init(void)
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/send_bold", FALSE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/send_italic", FALSE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/send_underline", FALSE);
+	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/send_strike", FALSE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/spellcheck", TRUE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", TRUE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/resize_custom_smileys", TRUE);


More information about the Commits mailing list