From 07aa7e39aed52f45e6fd8b7dd6f6e00fe083f659 Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Sun, 3 Jul 2016 13:38:58 +0200 Subject: [PATCH] fix going back into preview with facebook upload disabled --- photobooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth.c b/photobooth.c index bd46ba4..8cd3cfa 100644 --- a/photobooth.c +++ b/photobooth.c @@ -2036,7 +2036,7 @@ static void photo_booth_print_done (GtkPrintOperation *operation, GtkPrintOperat photo_booth_change_state (pb, PB_STATE_ASK_UPLOAD); } else - photo_booth_preview (pb); + photo_booth_cancel (pb); return; }