aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
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;
}