mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
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:
parent
1fa4a000e7
commit
63bb87fc93
@ -249,7 +249,6 @@ joind_show_dialog (server *serv)
|
||||
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "freenode") == 0)
|
||||
{
|
||||
gtk_entry_set_text (GTK_ENTRY (entry1), "#hexchat");
|
||||
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(radiobutton2), TRUE);
|
||||
}
|
||||
|
||||
gtk_widget_grab_focus (okbutton1);
|
||||
|
Loading…
Reference in New Issue
Block a user