summaryrefslogtreecommitdiff
path: root/gtk/tools
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/tools')
-rw-r--r--gtk/tools/gdkpixbufutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/tools/gdkpixbufutils.c b/gtk/tools/gdkpixbufutils.c
index 7d206f05a4..c706d720a8 100644
--- a/gtk/tools/gdkpixbufutils.c
+++ b/gtk/tools/gdkpixbufutils.c
@@ -422,8 +422,8 @@ gtk_make_symbolic_pixbuf_from_data (const char *file_data,
GError **error)
{
- const char *r_string = "rgb(1,0,0)";
- const char *g_string = "rgb(1,1,0)";
+ const char *r_string = "rgb(255,0,0)";
+ const char *g_string = "rgb(0,255,0)";
GdkPixbuf *loaded;
GdkPixbuf *pixbuf = NULL;
int plane;