Commit 2f69df13 authored by Victor Ananjesky's avatar Victor Ananjesky

fix previous change

parent 9cc55399
......@@ -332,7 +332,7 @@ set_field_value (guint num, gchar * value)
gtk_color_button_set_color (GTK_COLOR_BUTTON (w), &c);
#else
GdkRGBA c;
gdk_rgba_parse (value, &c);
gdk_rgba_parse (&c, value);
gtk_color_chooser_set_rgba (GTK_COLOR_CHOOSER (w), &c);
#endif
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment