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)