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 | db7249144136a0333a399de73327c04725327692 (patch) | |
tree | 059e0938816994c3f1e5fbd466965ba534c3bd1b /libempathy-gtk | |
parent | ecf8a0957d0af767dcb1527cd6719feb321831e1 (diff) | |
download | gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.tar gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.tar.gz gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.tar.bz2 gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.tar.lz gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.tar.xz gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.tar.zst gsoc2013-empathy-db7249144136a0333a399de73327c04725327692.zip |
libempathy-gtk/empathy-account-widget-aim.ui: remove invisible_char property; we want to use the default
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-aim.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-account-widget-aim.ui b/libempathy-gtk/empathy-account-widget-aim.ui index e564e9d07..b590eea99 100644 --- a/libempathy-gtk/empathy-account-widget-aim.ui +++ b/libempathy-gtk/empathy-account-widget-aim.ui @@ -51,7 +51,6 @@ <object class="GtkEntry" id="entry_screenname"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="left_attach">1</property> @@ -64,7 +63,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> @@ -117,7 +115,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> @@ -149,7 +146,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> @@ -221,7 +217,6 @@ <object class="GtkEntry" id="entry_screenname_simple"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="position">0</property> @@ -271,7 +266,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> |