diff options
author | Claude Paroz <claude@2xlibre.net> | 2009-11-17 21:38:05 +0800 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2009-11-17 21:40:08 +0800 |
commit | f06fda60d98a7fba844a89429af34a65b700d0c7 (patch) | |
tree | 2f68ba51c04ad8797abfea8bf64349927bf2961e /modules/addressbook/ldap-config.ui | |
parent | cb257d5e02794ad6f679af4498b5c1ae2aa35461 (diff) | |
download | gsoc2013-evolution-f06fda60d98a7fba844a89429af34a65b700d0c7.tar.gz gsoc2013-evolution-f06fda60d98a7fba844a89429af34a65b700d0c7.tar.zst gsoc2013-evolution-f06fda60d98a7fba844a89429af34a65b700d0c7.zip |
Bug 360461 - Do not hardcode invisible_char in ui files
Diffstat (limited to 'modules/addressbook/ldap-config.ui')
-rw-r--r-- | modules/addressbook/ldap-config.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/addressbook/ldap-config.ui b/modules/addressbook/ldap-config.ui index 770fec53b2..da08a557a9 100644 --- a/modules/addressbook/ldap-config.ui +++ b/modules/addressbook/ldap-config.ui @@ -217,7 +217,6 @@ <object class="GtkEntry" id="account-editor-display-name-entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="position">2</property> @@ -302,7 +301,6 @@ <object class="GtkEntry" id="server-name-entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -362,7 +360,6 @@ <object class="GtkEntry" id="auth-entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -440,7 +437,6 @@ <object class="GtkEntry" id="rootdn-entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -519,7 +515,6 @@ <object class="GtkEntry" id="search-filter-entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <child internal-child="accessible"> <object class="AtkObject" id="search-filter-entry-atkobject"> <property name="AtkObject::accessible-name" translatable="yes">Search Filter</property> @@ -671,7 +666,6 @@ <object class="GtkSpinButton" id="download-limit-spinbutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment2</property> <property name="climb_rate">1</property> </object> |