From 223e56dbd752b1e218784bf3192f4f630f57927e Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Mon, 12 Sep 2016 21:34:50 +0200 Subject: [PATCH] Fix typo in defaultApplications array --- libxfdashboard/quicklaunch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxfdashboard/quicklaunch.c b/libxfdashboard/quicklaunch.c index 7dab769..0763181 100644 --- a/libxfdashboard/quicklaunch.c +++ b/libxfdashboard/quicklaunch.c @@ -1710,7 +1710,7 @@ static void _xfdashboard_quicklaunch_setup_default_favourites(XfdashboardQuickla XfdashboardQuicklaunchPrivate *priv; guint i; const gchar *defaultApplications[]= { - "exo-web-browser.desktop" + "exo-web-browser.desktop", "exo-mail-reader.desktop", "exo-file-manager.desktop", "exo-terminal-emulator.desktop", -- 2.9.2