[gtk+] placesview: Do not mark icon name as translatable



commit e7765daf64efc4660ff619c2af6737c77283886c
Author: Thomas Lange <thomas-lange2 gmx de>
Date:   Wed May 25 20:16:04 2016 +0200

    placesview: Do not mark icon name as translatable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766878

 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 337d493..a8457ab 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -470,7 +470,7 @@
                 <property name="hexpand">1</property>
                 <property name="width-chars">20</property>
                 <property name="placeholder-text" translatable="yes">Enter server address…</property>
-                <property name="secondary-icon-name" translatable="yes">dialog-question-symbolic</property>
+                <property name="secondary-icon-name">dialog-question-symbolic</property>
                 <property name="completion">address_entry_completion</property>
                 <signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" 
swapped="yes"/>
                 <signal name="activate" handler="on_connect_button_clicked" object="GtkPlacesView" 
swapped="yes"/>


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