diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-12 20:19:19 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-12 20:19:19 +0800 |
commit | da7208db24f379609c956cd7610a0d5958f49d6b (patch) | |
tree | 25687a5fc49ff46d17d9524f8a6bab3ad75b72a8 | |
parent | 0a8de225f93e2ffaa2fa6911bd2132e7ae3d91d1 (diff) | |
download | gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.tar gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.tar.gz gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.tar.bz2 gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.tar.lz gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.tar.xz gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.tar.zst gsoc2013-empathy-da7208db24f379609c956cd7610a0d5958f49d6b.zip |
libempathy-gtk/empathy-account-widget-yahoo.ui: remove invisible_char property; we want to use the default
-rw-r--r-- | libempathy-gtk/empathy-account-widget-yahoo.ui | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui index c985458bb..b40ad1b3b 100644 --- a/libempathy-gtk/empathy-account-widget-yahoo.ui +++ b/libempathy-gtk/empathy-account-widget-yahoo.ui @@ -52,7 +52,6 @@ <object class="GtkEntry" id="entry_id"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -65,7 +64,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -167,7 +165,6 @@ <object class="GtkEntry" id="entry_locale"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -181,7 +178,6 @@ <object class="GtkEntry" id="entry_charset"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -225,7 +221,6 @@ <object class="GtkEntry" id="entry_server"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -239,7 +234,6 @@ <object class="GtkSpinButton" id="spinbutton_port"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment1</property> <property name="climb_rate">1</property> <property name="numeric">True</property> @@ -325,7 +319,6 @@ <object class="GtkEntry" id="entry_id_simple"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="position">0</property> @@ -375,7 +368,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> - <property name="invisible_char">•</property> </object> </child> </object> |