summaryrefslogtreecommitdiff
path: root/progress.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-16 20:07:17 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-16 20:07:17 +0200
commit0e4ab3d3761abcb56a441221c7ca33cd3838f530 (patch)
treea09929dbf1d73d8cc2e9a07b8acf7932d348d422 /progress.c
parent54c39020a5a42d776766e0acc506c27b511efa1e (diff)
proper quit during playlist_add operation
Diffstat (limited to 'progress.c')
-rw-r--r--progress.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/progress.c b/progress.c
index 4eed4f06..d7c34bb3 100644
--- a/progress.c
+++ b/progress.c
@@ -57,6 +57,11 @@ progress_settext (const char *text) {
}
void
+progress_abort (void) {
+ progress_aborted = 1;
+}
+
+void
on_progress_abort (GtkButton *button,
gpointer user_data)
{