Revert "window: make content_header_bar a GtkGrid"
This reverts commit 779912c291
.
The commit breaks the build in Continuous (and locally), because of a
reference to `content_header_bar` being a Gtk.Box:
contacts-window.vala:54.3-54.32: error: cannot convert from Gtk child
type `Gtk.Grid' to `Gtk.Box'
private Box content_header_bar;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 140 warning(s)
I'm reverting the commit as per:
https://mail.gnome.org/archives/desktop-devel-list/2016-January/msg00015.html
because the Continuous break has been failing for more than 4 hours.
https://bugzilla.gnome.org/show_bug.cgi?id=761759
This commit is contained in:
parent
619689122f
commit
eb8ecf0c32
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
<widget name="done_button"/>
|
||||
</widgets>
|
||||
</object>
|
||||
<object class="GtkGrid" id="content_header_bar">
|
||||
<object class="GtkBox" id="content_header_bar">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue