[Xfce4-commits] <xfce4-panel:master> Libxfce4panel: Keep blinking forever (bug #7583).
Nick Schermer
noreply at xfce.org
Sun Jun 19 20:32:01 CEST 2011
Updating branch refs/heads/master
to ccd848851c5a207c999f83107a5365c5de8edd22 (commit)
from a92bfbd156a74b8be447ee2ea2466aa4a29785ea (commit)
commit ccd848851c5a207c999f83107a5365c5de8edd22
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jun 19 20:29:52 2011 +0200
Libxfce4panel: Keep blinking forever (bug #7583).
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