mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Bind esc to close in chanlist
This commit is contained in:
@@ -747,6 +747,7 @@ chanlist_opengui (server *serv, int do_refresh)
|
||||
serv->gui->chanlist_window =
|
||||
mg_create_generic_tab ("ChanList", tbuf, FALSE, TRUE, chanlist_closegui,
|
||||
serv, 640, 480, &vbox, serv);
|
||||
gtkutil_destroy_on_esc (serv->gui->chanlist_window);
|
||||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (vbox), 6);
|
||||
gtk_box_set_spacing (GTK_BOX (vbox), 12);
|
||||
|
||||
Reference in New Issue
Block a user