[Xfce4-commits] [apps/xfdashboard] 17/31: Fix typo
noreply at xfce.org
noreply at xfce.org
Thu Jun 11 19:57:12 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to annotated tag 0.4.1
in repository apps/xfdashboard.
commit 7ab3d757d3b37a21df91182b32dc8fcae16c2e9d
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