gtkplacesview.ui: Update helper label to include IPv6 addresses

This is a backport from 16bce17168. Thing is Nautilus pulled the
code from master until now, so right now gtk-3-22 and Nautilus 3.24
differ.

Would be great to have them share the same code, and at the same time
have this small string helper issue fixed.

https://bugzilla.gnome.org/show_bug.cgi?id=781622
This commit is contained in:
Carlos Soriano 2017-04-22 21:40:41 +02:00
parent 60a1e1d0e9
commit 918445bf40

View File

@ -54,7 +54,7 @@
<object class="GtkLabel">
<property name="visible">1</property>
<property name="hexpand">1</property>
<property name="label">smb://gnome.org, ssh://192.168.0.1</property>
<property name="label">smb://gnome.org, ssh://192.168.0.1, ftp://[2001:db8::1]</property>
<property name="wrap">1</property>
<property name="width-chars">40</property>
<property name="max-width-chars">40</property>