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 | |
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.
-rw-r--r-- | libempathy-gtk/empathy-account-widget-irc.ui | 6 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-blocking-dialog.ui | 1 | ||||
-rw-r--r-- | src/empathy-new-chatroom-dialog.ui | 2 |
3 files changed, 0 insertions, 9 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> diff --git a/src/empathy-new-chatroom-dialog.ui b/src/empathy-new-chatroom-dialog.ui index 5806c02f5..ee2d74bdf 100644 --- a/src/empathy-new-chatroom-dialog.ui +++ b/src/empathy-new-chatroom-dialog.ui @@ -19,7 +19,6 @@ <property name="has_tooltip">True</property> <property name="tooltip_markup" translatable="yes">Enter the room name to join here or click on one or more rooms in the list.</property> <property name="tooltip_text" translatable="yes">Enter the room name to join here or click on one or more rooms in the list.</property> - <property name="invisible_char">●</property> <property name="activates_default">True</property> <property name="width_chars">25</property> </object> @@ -53,7 +52,6 @@ <property name="has_tooltip">True</property> <property name="tooltip_markup" translatable="yes">Enter the server which hosts the room, or leave it empty if the room is on the current account&apos;s server</property> <property name="tooltip_text" translatable="yes">Enter the server which hosts the room, or leave it empty if the room is on the current account's server</property> - <property name="invisible_char">●</property> <property name="width_chars">25</property> </object> <packing> |