@b4n commented on this pull request.


In src/msgwindow.c:

> @@ -83,6 +83,11 @@ enum
 };
 
 
+static GdkColor color_error = {0, 65535, 0, 0};
+static GdkColor color_context = {0, 65535 / 2, 0, 0};
+static GdkColor color_message = {0, 0, 0, 0xD000};

Oh. I didn't check that one as you had done another "superseding" one by the time I checked anything. Still applies though :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.