After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768184 - headerbar: don't throw a warning if title widget is hidden
headerbar: don't throw a warning if title widget is hidden
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-06-29 13:27 UTC by Ray Strode [halfline]
Modified: 2016-06-29 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
headerbar: don't throw a warning if title widget is hidden (5.25 KB, patch)
2016-06-29 13:27 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2016-06-29 13:27:30 UTC
commit 0015ebc4a8f269f6888fcacef3e83e3167241d67 reworked
some of the titlebar size allocation code.  Those changes
inadvertently introduced a warning when the application sets
the headerbar title widget to be hidden.

This commit fixes that warning.
Comment 1 Ray Strode [halfline] 2016-06-29 13:27:36 UTC
Created attachment 330586 [details] [review]
headerbar: don't throw a warning if title widget is hidden
Comment 2 Arnaud B. 2016-06-29 16:09:47 UTC
I confirm that solves the problem I had. Thanks!
Comment 3 Ray Strode [halfline] 2016-06-29 16:24:20 UTC
Attachment 330586 [details] pushed as 386d17d - headerbar: don't throw a warning if title widget is hidden