[Xfce4-commits] <xfce4-panel:xfce-4.8> Libxfce4panel: Keep blinking forever (bug #7583).

Nick Schermer noreply at xfce.org
Sun Jun 19 20:40:03 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 673b3bf04bad7fff799818a3970cdd6f96410ec2 (commit)
       from 89fe821a18d66465e835c85dd3a3e9add1c08d63 (commit)

commit 673b3bf04bad7fff799818a3970cdd6f96410ec2
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jun 19 20:29:52 2011 +0200

    Libxfce4panel: Keep blinking forever (bug #7583).
    
    (cherry picked from commit ccd848851c5a207c999f83107a5365c5de8edd22)

 libxfce4panel/xfce-arrow-button.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4panel/xfce-arrow-button.c b/libxfce4panel/xfce-arrow-button.c
index be33780..01eb2d2 100644
--- a/libxfce4panel/xfce-arrow-button.c
+++ b/libxfce4panel/xfce-arrow-button.c
@@ -52,7 +52,7 @@
 
 
 #define ARROW_WIDTH        (8)
-#define MAX_BLINKING_COUNT (16)
+#define MAX_BLINKING_COUNT (G_MAXUINT)
 
 enum
 {



More information about the Xfce4-commits mailing list