From b51e92fed76f54fb32cfa3203cbc62595fce073a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 13 Oct 2014 23:02:56 +0200 Subject: [PATCH] Code cleanup --- src/desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop.c b/src/desktop.c index 6247ce9..ed49d25 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -1267,7 +1267,7 @@ static int _current_loop_applications_do(Desktop * desktop) } free(path); config_delete(config); - return -1; + return 1; } static int _current_loop_categories(Desktop * desktop)