mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
parent
67a488033b
commit
da680f1066
@ -2161,8 +2161,9 @@ mg_create_topicbar (session *sess, GtkWidget *box)
|
||||
if (!gui->is_tab)
|
||||
sess->res->tab = NULL;
|
||||
|
||||
gui->topic_entry = topic = gtk_entry_new ();
|
||||
gui->topic_entry = topic = sexy_spell_entry_new ();
|
||||
gtk_widget_set_name (topic, "hexchat-inputbox");
|
||||
sexy_spell_entry_set_checked (SEXY_SPELL_ENTRY (topic), FALSE);
|
||||
gtk_container_add (GTK_CONTAINER (hbox), topic);
|
||||
g_signal_connect (G_OBJECT (topic), "activate",
|
||||
G_CALLBACK (mg_topic_cb), 0);
|
||||
|
Loading…
Reference in New Issue
Block a user