Paste P383

Masterwork From Distant Lands
ActivePublic

Authored by davidedmundson on May 7 2019, 9:56 AM.
diff --git a/libgimpwidgets/gimppickbutton-kwin.c b/libgimpwidgets/gimppickbutton-kwin.c
index c6135fadf4..ec09bfc94a 100644
--- a/libgimpwidgets/gimppickbutton-kwin.c
+++ b/libgimpwidgets/gimppickbutton-kwin.c
@@ -85,7 +85,7 @@ _gimp_pick_button_kwin_pick (GimpPickButton *button)
GimpRGB rgb;
guint32 color;
- g_variant_get (retval, "(u)", &color);
+ g_variant_get (retval, "((u))", &color);
g_variant_unref (retval);
/* Returned value is ARGB stored in uint32. */
gimp_rgba_set_uchar (&rgb,
davidedmundson edited the content of this paste. (Show Details)May 7 2019, 9:56 AM
davidedmundson changed the title of this paste from untitled to Masterwork From Distant Lands.