aw-overlay/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.2-no-save-dialog.patch

14 lines
677 B
Diff
Raw Normal View History

diff --git a/lib/screenshooter-actions.c b/lib/screenshooter-actions.c
index 43ee4e2..3973bc6 100644
--- a/lib/screenshooter-actions.c
+++ b/lib/screenshooter-actions.c
@@ -91,7 +91,7 @@ gboolean screenshooter_action_idle (ScreenshotData *sd)
sd->screenshot_dir,
sd->title,
sd->timestamp,
- TRUE,
+ FALSE,
sd->action_specified);
if (save_location)