Maybe problem here:
GTK_MESSAGE_OTHER
(without icon) replaced byGTK_MESSAGE_INFO
(with icon)?
Well, IIUC that just aliases GTK_MESSAGE_OTHER
to GTK_MESSAGE_INFO
on GTK < 2.10 (presumably because GTK_MESSAGE_OTHER
is new in 2.10 or something like that?). Should not affect GTK 2.24 vs 3.x AFAICT.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.