pidgin: f575a8d8: Don't set the statusbox imhtml to be edi...
datallah at pidgin.im
datallah at pidgin.im
Sun May 3 20:00:37 EDT 2009
-----------------------------------------------------------------
Revision: f575a8d88f75dfe9f1541c8c290a3b7ef621c4a0
Ancestor: 73b71edbab431b600826bb63732d89c94ba8f15f
Author: datallah at pidgin.im
Date: 2009-05-03T23:58:14
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f575a8d88f75dfe9f1541c8c290a3b7ef621c4a0
Modified files:
pidgin/gtkstatusbox.c
ChangeLog:
Don't set the statusbox imhtml to be editable twice.
-------------- next part --------------
============================================================
--- pidgin/gtkstatusbox.c 9319817081ce60669c1ba2295bedbedcf0e8f4d9
+++ pidgin/gtkstatusbox.c 67c9937e696c80e1da2c94b5121692abdab61a77
@@ -1881,7 +1881,7 @@ pidgin_status_box_init (PidginStatusBox
g_signal_connect(G_OBJECT(status_box->imhtml), "key_press_event",
G_CALLBACK(imhtml_remove_focus), status_box);
g_signal_connect_swapped(G_OBJECT(status_box->imhtml), "message_send", G_CALLBACK(remove_typing_cb), status_box);
- gtk_imhtml_set_editable(GTK_IMHTML(status_box->imhtml), TRUE);
+
#ifdef USE_GTKSPELL
if (purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/spellcheck"))
pidgin_setup_gtkspell(GTK_TEXT_VIEW(status_box->imhtml));
More information about the Commits
mailing list