[Xfce4-commits] [apps/xfdashboard] 01/01: Fix typo in defaultApplications array
noreply at xfce.org
noreply at xfce.org
Tue Sep 20 12:00:36 CEST 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 781d1ff3ece3b2ac03c09af25977a2fb45d2a2e7
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date: Mon Sep 12 21:34:50 2016 +0200
Fix typo in defaultApplications array
Fixes bug #12842
---
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",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list