summaryrefslogtreecommitdiff
path: root/gtk/color_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/color_dlg.c')
-rw-r--r--gtk/color_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c
index 25efcc99bc..e2bb740cef 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -585,7 +585,7 @@ static void remember_this_row (GtkTreeModel *model, GtkTreePath *path, GtkTreeIt
data->count++;
- gtk_tree_view_scroll_to_cell(data->color_filters, path, NULL, FALSE, 0.0, 0.0);
+ gtk_tree_view_scroll_to_cell(data->color_filters, path, NULL, FALSE, 0.0f, 0.0f);
}
/* clear the selection flag of this filter */