[Xfce4-commits] [apps/xfdashboard] 15/20: Fix typo
noreply at xfce.org
noreply at xfce.org
Sat May 16 21:21:24 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 85a55b53624da11b76eae6dd751da269063f2011
Author: Stephan Haller <nomad at froevel.de>
Date: Sat May 16 19:58:49 2015 +0200
Fix typo
---
xfdashboard/applications-menu-model.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfdashboard/applications-menu-model.c b/xfdashboard/applications-menu-model.c
index 582bfc0..c5d5647 100644
--- a/xfdashboard/applications-menu-model.c
+++ b/xfdashboard/applications-menu-model.c
@@ -534,7 +534,7 @@ static void _xfdashboard_applications_menu_model_fill_model(XfdashboardApplicati
g_signal_emit(self, XfdashboardApplicationsMenuModelSignals[SIGNAL_LOADED], 0);
/* Release allocated resources at fill data structure */
- if(fillData.populatedMenu) g_slist_free(fillData.populatedMenus);
+ if(fillData.populatedMenus) g_slist_free(fillData.populatedMenus);
}
/* Idle callback to fill model */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list