placesview: show Computer item

GtkPlacesView widget manages persistent locations,
factoring out GtkPlacesSidebar functionality.

It, however, does not completely shows all sidebar
locations, since Computer is still missing.

Add a Computer item, adjusting some internal behavior
to make that possible.
This commit is contained in:
Georges Basile Stavracas Neto
2015-07-27 16:52:37 -03:00
parent 5134e4b3bd
commit a5e762e6a7
4 changed files with 64 additions and 2 deletions

View File

@ -53,6 +53,8 @@
<property name="justify">right</property>
<property name="ellipsize">middle</property>
<property name="xalign">1</property>
<property name="width_chars">15</property>
<property name="max_width_chars">15</property>
<style>
<class name="dim-label"/>
</style>