diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-09-01 18:18:08 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-09-02 22:08:09 +0800 |
commit | bc0ec088a254f7432a299ee0b1d4b634d771140e (patch) | |
tree | cc342e4a53303a76239c3dbeadbb23b9be217080 | |
parent | 24bc9e50cd9cdb73f9983e01988834e386f600fb (diff) | |
download | gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.tar gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.tar.gz gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.tar.bz2 gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.tar.lz gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.tar.xz gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.tar.zst gsoc2013-empathy-bc0ec088a254f7432a299ee0b1d4b634d771140e.zip |
LogWindow: fix toolbar icons
https://bugzilla.gnome.org/show_bug.cgi?id=657843
-rw-r--r-- | libempathy-gtk/empathy-log-window.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index 7afe9ef6e..d6b9f1bc5 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -93,7 +93,7 @@ <property name="use_action_appearance">False</property> <property name="label" translatable="yes">Chat</property> <property name="use_underline">True</property> - <property name="stock_id">gtk-edit</property> + <property name="icon_name">format-justify-fill</property> </object> <packing> <property name="expand">False</property> @@ -107,7 +107,7 @@ <property name="use_action_appearance">False</property> <property name="label" translatable="yes">Call</property> <property name="use_underline">True</property> - <property name="icon_name">audio-input-microphone</property> + <property name="icon_name">call-start</property> </object> <packing> <property name="expand">False</property> |