diff options
author | Thomas White <taw@physics.org> | 2018-07-06 11:37:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-07-06 11:37:34 +0200 |
commit | a845d3061d5251c530fdaa4185ebf3059d433943 (patch) | |
tree | 4bc4ad51d3ea2effb5c38bd568174773686af316 /src/hdfsee.c | |
parent | 4fb276ffc2058eb68dc8dff3526098450c30fd55 (diff) |
Switch to GTK3
Diffstat (limited to 'src/hdfsee.c')
-rw-r--r-- | src/hdfsee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdfsee.c b/src/hdfsee.c index 954eb762..754dea1c 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -109,7 +109,7 @@ void hdfsee_window_closed(DisplayWindow *dw) main_n_windows--; - if ( main_n_windows == 0 ) gtk_exit(0); + if ( main_n_windows == 0 ) gtk_main_quit(); } |