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 /plugins | |
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 'plugins')
-rw-r--r-- | plugins/exchange-operations/exchange-change-password.ui | 3 | ||||
-rw-r--r-- | plugins/groupwise-features/junk-settings.ui | 1 | ||||
-rw-r--r-- | plugins/groupwise-features/properties.ui | 2 | ||||
-rw-r--r-- | plugins/groupwise-features/proxy-add-dialog.ui | 1 | ||||
-rw-r--r-- | plugins/groupwise-features/proxy-login-dialog.ui | 1 | ||||
-rw-r--r-- | plugins/imap-features/imap-headers.ui | 1 |
6 files changed, 0 insertions, 9 deletions
diff --git a/plugins/exchange-operations/exchange-change-password.ui b/plugins/exchange-operations/exchange-change-password.ui index 953621482c..0afc9eb0d9 100644 --- a/plugins/exchange-operations/exchange-change-password.ui +++ b/plugins/exchange-operations/exchange-change-password.ui @@ -161,7 +161,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> @@ -181,7 +180,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> @@ -201,7 +199,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> diff --git a/plugins/groupwise-features/junk-settings.ui b/plugins/groupwise-features/junk-settings.ui index bfa5f74c58..bf1d6b2654 100644 --- a/plugins/groupwise-features/junk-settings.ui +++ b/plugins/groupwise-features/junk-settings.ui @@ -162,7 +162,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> diff --git a/plugins/groupwise-features/properties.ui b/plugins/groupwise-features/properties.ui index 5b875e6f05..ca39309ff4 100644 --- a/plugins/groupwise-features/properties.ui +++ b/plugins/groupwise-features/properties.ui @@ -149,7 +149,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> @@ -643,7 +642,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> diff --git a/plugins/groupwise-features/proxy-add-dialog.ui b/plugins/groupwise-features/proxy-add-dialog.ui index 16726b1606..c0e09ef421 100644 --- a/plugins/groupwise-features/proxy-add-dialog.ui +++ b/plugins/groupwise-features/proxy-add-dialog.ui @@ -117,7 +117,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> diff --git a/plugins/groupwise-features/proxy-login-dialog.ui b/plugins/groupwise-features/proxy-login-dialog.ui index c5e08fbe5d..a18acf988d 100644 --- a/plugins/groupwise-features/proxy-login-dialog.ui +++ b/plugins/groupwise-features/proxy-login-dialog.ui @@ -100,7 +100,6 @@ <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> diff --git a/plugins/imap-features/imap-headers.ui b/plugins/imap-features/imap-headers.ui index 3fe49afdc6..8d3d60e7b7 100644 --- a/plugins/imap-features/imap-headers.ui +++ b/plugins/imap-features/imap-headers.ui @@ -211,7 +211,6 @@ can ignore this if you choose "All Headers".</property> <property name="max_length">0</property> <property name="text" translatable="yes"/> <property name="has_frame">True</property> - <property name="invisible_char">*</property> <property name="activates_default">False</property> </object> <packing> |