From b2383d226fc4625d2415738ba026c4c565967bcd Mon Sep 17 00:00:00 2001 From: portix Date: Wed, 28 Dec 2011 04:02:25 +0100 Subject: Reintroducing dwb_update_layout, needed for the correct tabnumber if a tab is removed/added. --HG-- branch : experimental --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 71d5fad2..9410e0c9 100644 --- a/src/util.c +++ b/src/util.c @@ -490,7 +490,7 @@ dwb_navigation_new_from_line(const char *text) { Navigation *nv = NULL; if (text == NULL) return NULL; - while (g_ascii_isspace(*text)) + while (isspace((int)*text)) text++; if (*text != '\0') { -- cgit v1.2.3