This is an automated email from the git hooks/post-receive script. nomad pushed a commit to annotated tag 0.2.1 in repository apps/xfdashboard.
commit b6a780d2c700ff32cde2e589006c6cf53080b1d8 Author: Stephan Haller <[email protected]> Date: Fri Jun 27 14:00:24 2014 +0200 Fixed wrong cast to ClutterFlowLayout but XfdashboardDynamicTableLayout is used --- src/applications-view.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/applications-view.c b/src/applications-view.c index 549ccf4..6e0c94b 100644 --- a/src/applications-view.c +++ b/src/applications-view.c @@ -1042,8 +1042,7 @@ void xfdashboard_applications_view_set_spacing(XfdashboardApplicationsView *self break; case XFDASHBOARD_VIEW_MODE_ICON: - clutter_flow_layout_set_column_spacing(CLUTTER_FLOW_LAYOUT(priv->layout), priv->spacing); - clutter_flow_layout_set_row_spacing(CLUTTER_FLOW_LAYOUT(priv->layout), priv->spacing); + xfdashboard_dynamic_table_layout_set_spacing(CLUTTER_FLOW_LAYOUT(priv->layout), priv->spacing); break; default: -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
