GNOME Bugzilla – Bug 724999
GtkRevealer changes broke gedit infobar messages
Last modified: 2014-02-23 14:49:18 UTC
1) Open a file in gedit 2) from a terminal touch that file An info bar appears in gedit, but with current master it is completely empty If I remove gtk_label_set_line_wrap (GTK_LABEL (primary_label), TRUE); at line 104 of gedit-io-error-info-bar.c, then the info bar is displayed correctly. I am assuming this is related to the recent changes to gtk label, though I admit I did not actually try to revert them and test yet
Created attachment 270049 [details] screenshot of the problem This can also be reproduced with gtk3-demo by adding that function call. The interesting thing about this screenshot is that you can actually see the label partially drawn but at the wrong position. It now makes me wonder if it is an interaction with the revealer...
Reverting the last patch to gtkrevealer fixes it (well, at least gtkdemo, didn't try gedit yet)