[Xfce4-commits] <xfce4-screenshooter:master> Fix comment.

Jérôme Guelfucci noreply at xfce.org
Sat Dec 8 16:02:01 CET 2012


Updating branch refs/heads/master
         to 7440ccd48d5426a36cfcd2359e8e2bad610e8170 (commit)
       from 3770205bbe16d49825b3e0ce8429cf5c3a106d0e (commit)

commit 7440ccd48d5426a36cfcd2359e8e2bad610e8170
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Dec 8 16:00:34 2012 +0100

    Fix comment.

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main.c b/src/main.c
index a0759fb..b503af9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -344,7 +344,7 @@ int main (int argc, char **argv)
     {
       GtkWidget *dialog;
 
-      /* Use 0 as the minimal delay */
+      /* Use 1 as the minimal delay, 0 may show corrupted windows */
       if (sd->delay == 0)
         sd->delay = 1;
 


More information about the Xfce4-commits mailing list