fix going back into preview with facebook upload disabled

This commit is contained in:
Andreas Frisch 2016-07-03 13:38:58 +02:00
parent 59b597d806
commit 07aa7e39ae

View file

@ -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;
}