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 | 312d0f3da73339acd57c95ae63083342055bec92 (patch) | |
tree | 8c4ae4e079621d77cc4f791750922ecfc9c296ed | |
parent | dd31cfee25e8315b920552c9ed4fc812611c5ef5 (diff) | |
download | gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.tar gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.tar.gz gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.tar.bz2 gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.tar.lz gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.tar.xz gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.tar.zst gsoc2013-empathy-312d0f3da73339acd57c95ae63083342055bec92.zip |
libempathy-gtk/empathy-account-widget-jabber.ui: remove invisible_char property; we want to use the default
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index 7dd33684e..905dcc041 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -30,7 +30,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> @@ -44,7 +43,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> @@ -179,7 +177,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <object class="GtkEntry" id="entry_resource"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -193,7 +190,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <object class="GtkSpinButton" id="spinbutton_priority"> <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> </object> @@ -293,7 +289,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <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">adjustment2</property> <property name="climb_rate">1</property> <property name="numeric">True</property> @@ -310,7 +305,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <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> @@ -443,7 +437,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <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> @@ -504,7 +497,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> - <property name="invisible_char">•</property> </object> </child> </object> @@ -545,7 +537,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <object class="GtkEntry" id="entry_id_g_simple"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="position">0</property> @@ -596,7 +587,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> - <property name="invisible_char">•</property> </object> </child> </object> @@ -637,7 +627,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <object class="GtkEntry" id="entry_id_fb_simple"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="position">0</property> @@ -690,7 +679,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> - <property name="invisible_char">•</property> </object> </child> </object> |