diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-10 16:33:20 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-10 16:33:20 +0800 |
commit | 746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a (patch) | |
tree | ffbfd72b3bf6a260637e738f05e3bedeff4e4fc8 /libempathy-gtk | |
parent | 7842711bccaa0952eb11f13b9078f26260c5e8c0 (diff) | |
download | gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.tar gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.tar.gz gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.tar.bz2 gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.tar.lz gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.tar.xz gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.tar.zst gsoc2013-empathy-746b5f4f72a6b9403ea7bd2e71a6b6cf815efc8a.zip |
remove invisible_char from ui files
We should use Gtk+'s default and those widgets don't use it any way.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-irc.ui | 6 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-blocking-dialog.ui | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.ui b/libempathy-gtk/empathy-account-widget-irc.ui index 6b7b4d236..48a3aa04f 100644 --- a/libempathy-gtk/empathy-account-widget-irc.ui +++ b/libempathy-gtk/empathy-account-widget-irc.ui @@ -393,7 +393,6 @@ <object class="GtkEntry" id="entry_quit_message"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="left_attach">1</property> @@ -420,8 +419,6 @@ <object class="GtkEntry" id="entry_fullname"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> - <property name="invisible_char_set">True</property> </object> <packing> <property name="left_attach">1</property> @@ -465,8 +462,6 @@ <object class="GtkEntry" id="entry_username"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> - <property name="invisible_char_set">True</property> </object> <packing> <property name="left_attach">1</property> @@ -560,7 +555,6 @@ <object class="GtkEntry" id="entry_nick_simple"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> </object> </child> </object> diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.ui b/libempathy-gtk/empathy-contact-blocking-dialog.ui index 19c50fe92..35dd1c31d 100644 --- a/libempathy-gtk/empathy-contact-blocking-dialog.ui +++ b/libempathy-gtk/empathy-contact-blocking-dialog.ui @@ -118,7 +118,6 @@ <object class="GtkEntry" id="add-contact-entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="position">0</property> |