Skip to content
Snippets Groups Projects
Commit d8e22d43 authored by Jerome Guelfucci's avatar Jerome Guelfucci
Browse files

* src/main.c (cb_dialog_response): only sleep one second if mode is not

    rectangular selection.


(Old svn revision: 6337)
parent 37b36346
No related branches found
No related tags found
No related merge requests found
2008-12-20 jeromeg
* src/main.c (cb_dialog_response): only sleep one second if mode is not
rectangular selection.
2008-12-20 jeromeg
* doc/C/images: update the screenshot.
......
......@@ -92,7 +92,8 @@ cb_dialog_response (GtkWidget *dialog, int response,
/* Make sure the window manager had time to set the new active
* window.*/
sleep (1);
if (sd->mode != RECTANGLE)
sleep (1);
screenshooter_take_and_output_screenshot (sd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment