aboutsummaryrefslogtreecommitdiffstats
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 cec6125f3f..e35ed7c05f 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -317,7 +317,7 @@ colorize_dialog_new (char *filter)
gtk_box_pack_start (GTK_BOX (list_vbox), scrolledwindow1, TRUE, TRUE, 0);
#if GTK_MAJOR_VERSION < 2
- color_filters = gtk_clist_new_with_titles(2, titles);
+ color_filters = gtk_clist_new_with_titles(2, (gchar **) titles);
#else
/* the list store contains : filter name, filter string, foreground
* color, background color, pointer to color filter */