Remove 'content-view' style class

It is a remnant from libgd and GtkListBoxes shouldn't use it.

https://bugzilla.gnome.org/show_bug.cgi?id=730404
This commit is contained in:
Stefano Facchini 2014-05-19 22:51:58 +02:00 committed by Jesse van den Kieboom
parent 3daef3124c
commit c88468c825

View File

@ -192,7 +192,6 @@
<property name="hexpand">True</property>
<style>
<class name="view"/>
<class name="content-view"/>
</style>
<child>
<object class="GitgRepositoryListBox" id="d_dash_view">
@ -202,7 +201,6 @@
<signal name="show_error" handler="dash_view_show_error" swapped="no"/>
<style>
<class name="view"/>
<class name="content-view"/>
</style>
</object>
</child>