diff options
author | TingPing <tngpng@gmail.com> | 2013-08-05 07:06:04 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-08-05 07:06:04 -0400 |
commit | ab6bf4234c454307847a0170584fd44254c6fc5d (patch) | |
tree | 54427122f702fcf93b862deff5f27d7d701d96b6 /src | |
parent | 5224c275e8a35e9fbdc55889a481d9e56e6afe0e (diff) |
Bind esc to close in chanlist
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/chanlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/chanlist.c b/src/fe-gtk/chanlist.c index 0f0307b7..d0e0ea40 100644 --- a/src/fe-gtk/chanlist.c +++ b/src/fe-gtk/chanlist.c @@ -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); |