gtkplacesview.ui: Update helper label to include IPv6 addresses
authorCarlos Soriano <csoriano@gnome.org>
Sat, 22 Apr 2017 19:40:41 +0000 (21:40 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Sat, 22 Apr 2017 19:41:29 +0000 (21:41 +0200)
This is a backport from 16bce171683d58. 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

gtk/ui/gtkplacesview.ui

index 910c733eb3335edc9be1eb29e0ba69892283d93f..5990c784066d86a4111396193a931d09f4479b19 100644 (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>