diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-09 09:01:09 +0200 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-06-29 15:42:11 -0400 |
commit | 9e4c2ddc47592d26cd4184e8942806fbd7becf18 (patch) | |
tree | 2d7aa26f19072883f18bda2315c175a8ed351044 /src/fe-gtk | |
parent | bcbe42dd7a4b7bca0e699c3e52f2c9bf7b37deba (diff) |
Apply timeout changes made in preferences dialog
Just involves a bit of refactoring.
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index a934b9d7..eaac870e 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -2132,6 +2132,7 @@ setup_apply_real (int new_pix, int do_ulist, int do_layout, int do_identd) mg_apply_setup (); tray_apply_setup (); + hexchat_reinit_timers (); if (do_layout) menu_change_layout (); |