Don't select join #hexchat by default in join dialog

Have to go even one step further removed so users don't
accidentally join
This commit is contained in:
TingPing 2014-12-31 10:44:36 -05:00
parent 1fa4a000e7
commit 63bb87fc93
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ joind_show_dialog (server *serv)
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "freenode") == 0) if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "freenode") == 0)
{ {
gtk_entry_set_text (GTK_ENTRY (entry1), "#hexchat"); gtk_entry_set_text (GTK_ENTRY (entry1), "#hexchat");
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(radiobutton2), TRUE);
} }
gtk_widget_grab_focus (okbutton1); gtk_widget_grab_focus (okbutton1);