forked from AuroraMiddleware/gtk
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:
parent
60a1e1d0e9
commit
918445bf40
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user