diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libempathy-gtk/empathy-chat.glade | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-chat.glade: Add Ctr-L accelerator to clear + the chat. Fixes bug #490125 (Marco Barisione). + +2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-main-window.glade: Change window title to "Contact List", both words should be capitalised according to HIG. Fixes bug #490076 (Michael Monreal). diff --git a/libempathy-gtk/empathy-chat.glade b/libempathy-gtk/empathy-chat.glade index 90e7ec273..61e93457f 100644 --- a/libempathy-gtk/empathy-chat.glade +++ b/libempathy-gtk/empathy-chat.glade @@ -113,6 +113,7 @@ <property name="visible">True</property> <property name="label" translatable="yes">C_lear</property> <property name="use_underline">True</property> + <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image262"> |