aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-24 21:55:42 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-24 21:55:42 +0000
commit7cff5dfde008101ea789ca07b2d2114273f84d0d (patch)
tree2d9aae6d2cf372ade89028b1cfe0c15b518346ef /src/mainwindow.c
parent6d00b2ed8e122ef493f32292e4500f73b113b2a1 (diff)
Much cleaner exit
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 93a1fd9..8b76fce 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -33,7 +33,7 @@
#include "audio.h"
static gint mainwindow_closed(GtkWidget *widget, MainWindow *mw) {
- gtk_exit(0);
+ gtk_main_quit();
return 0;
}