Skip to content
Snippets Groups Projects
Commit d9e9e296 authored by cedric's avatar cedric
Browse files

Fix common/ui_style.c print_colors fn

parent 1229d782
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ print_colors (GtkWidget * win, GdkColor * x, int n) ...@@ -136,7 +136,7 @@ print_colors (GtkWidget * win, GdkColor * x, int n)
{ {
GdkColor color; GdkColor color;
color = query_color (win, x[n]); color = query_color (win, x[n]);
return print_color(win, x[n]); return print_color(win, color);
} }
static gchar * static gchar *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment