From 5b1ac780f4175470db4697c2dfa45a9a5ef4016f Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 8 Sep 2011 10:52:54 +0200 Subject: [PATCH] fixed expanding --- dunst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst.c b/dunst.c index c6266df..b540dfc 100644 --- a/dunst.c +++ b/dunst.c @@ -28,7 +28,7 @@ typedef struct _msg_queue_t { /* global variables */ static int bh, mw, mh; -static int expand = False; +static int expand = True; static int right = False; static int lines = 0; static const char *font = NULL;