blob: 3a2df67510b3558c6b515278eeb82272c2fb702d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- libxfce4panel/xfce-arrow-button.c.old 2013-05-05 17:47:07.000000000 +0200
+++ libxfce4panel/xfce-arrow-button.c 2013-09-17 10:09:51.162754511 +0200
@@ -52,7 +52,7 @@
#define ARROW_WIDTH (8)
-#define MAX_BLINKING_COUNT (G_MAXUINT)
+#define MAX_BLINKING_COUNT (8)
enum
{
|