[Xfce4-commits] [apps/xfdashboard] 05/13: Fixed wrong cast to ClutterFlowLayout but XfdashboardDynamicTableLayout is used
noreply at xfce.org
noreply at xfce.org
Tue Mar 24 10:25:03 CET 2015
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 <nomad at froevel.de>
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.
More information about the Xfce4-commits
mailing list