[Xfce4-commits] [apps/xfdashboard] 02/04: Fix typo in defaultApplications array
noreply at xfce.org
noreply at xfce.org
Mon Mar 6 10:32:24 CET 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to annotated tag 0.6.1
in repository apps/xfdashboard.
commit 6244f2769cb86e8762c551028df243e506d83fe2
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 023c2d0..8dbf71d 100644
--- a/libxfdashboard/quicklaunch.c
+++ b/libxfdashboard/quicklaunch.c
@@ -1295,7 +1295,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