diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-05 01:16:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-05 01:16:04 +0800 |
commit | bb85e99d99f0d77e19a71dab874f1cd6243a817e (patch) | |
tree | ad386f5dffb58e41cd1e87821eb673b11a7ae3bb /src | |
parent | ef7cf15d09d7a8ca594ce29a1ea6faebd361d8e2 (diff) | |
download | gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.tar gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.tar.gz gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.tar.bz2 gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.tar.lz gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.tar.xz gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.tar.zst gsoc2013-empathy-bb85e99d99f0d77e19a71dab874f1cd6243a817e.zip |
Remove invisible_char property to let GTK use the default.
svn path=/trunk/; revision=878
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.glade | 1 | ||||
-rw-r--r-- | src/empathy-chatrooms-window.glade | 4 | ||||
-rw-r--r-- | src/empathy-new-chatroom-dialog.glade | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/src/empathy-chat-window.glade b/src/empathy-chat-window.glade index a03c6a488..f553267d0 100644 --- a/src/empathy-chat-window.glade +++ b/src/empathy-chat-window.glade @@ -286,7 +286,6 @@ <widget class="GtkEntry" id="entry"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">*</property> <property name="activates_default">True</property> <property name="width_chars">40</property> <property name="text" translatable="yes">You have been invited to join a chat conference.</property> diff --git a/src/empathy-chatrooms-window.glade b/src/empathy-chatrooms-window.glade index 3316e6e82..d6b23d76d 100644 --- a/src/empathy-chatrooms-window.glade +++ b/src/empathy-chatrooms-window.glade @@ -48,7 +48,6 @@ <widget class="GtkEntry" id="entry_name"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">*</property> <property name="width_chars">25</property> </widget> <packing> @@ -119,7 +118,6 @@ <widget class="GtkEntry" id="entry_nickname"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">*</property> </widget> <packing> <property name="left_attach">1</property> @@ -133,7 +131,6 @@ <widget class="GtkEntry" id="entry_server"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">*</property> </widget> <packing> <property name="left_attach">1</property> @@ -147,7 +144,6 @@ <widget class="GtkEntry" id="entry_room"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">*</property> </widget> <packing> <property name="left_attach">1</property> diff --git a/src/empathy-new-chatroom-dialog.glade b/src/empathy-new-chatroom-dialog.glade index 1ba74ec32..4a4065701 100644 --- a/src/empathy-new-chatroom-dialog.glade +++ b/src/empathy-new-chatroom-dialog.glade @@ -37,7 +37,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip" 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">32</property> </widget> @@ -71,7 +70,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip" 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> </widget> <packing> |