diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-03 21:18:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-03 21:18:52 +0800 |
commit | f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3 (patch) | |
tree | 35fcfbb381dc679848e63df7bd14ed713b80d096 /src | |
parent | c95ad209dac0f21aed4a0b3943484aab60b98046 (diff) | |
download | gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.tar gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.tar.gz gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.tar.bz2 gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.tar.lz gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.tar.xz gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.tar.zst gsoc2013-empathy-f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3.zip |
call-window: use the input-dialpad icon
Thanks a lot to Jakub Steiner for this awesome icon.
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index 88127e1ad..48b91fdc2 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -176,7 +176,7 @@ <object class="GtkToggleToolButton" id="dialpad"> <property name="visible">True</property> <property name="label" translatable="yes">Show dialpad</property> - <property name="icon_name">accessories-calculator</property> + <property name="icon_name">input-dialpad</property> <property name="tooltip_text" translatable="yes">Display the dialpad</property> </object> <packing> |