[gtk+/gtk-3-22] gtkplacesview.ui: Update helper label to include IPv6 addresses



commit 918445bf400863436129d4cc120d657eec18a35d
Author: Carlos Soriano <csoriano gnome org>
Date:   Sat Apr 22 21:40:41 2017 +0200

    gtkplacesview.ui: Update helper label to include IPv6 addresses
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui
index 910c733..5990c78 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]