add muted icons and set toggled callback.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@689 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
smorlat 2009-09-29 20:04:07 +00:00
parent bffaeae923
commit a0cb1b132b
5 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
linphone-3.2.1 --
* improved mute button
* updated translations
*
linphone-3.2.0 -- September 17, 2009
* new in-call layout
* new idle view with two buttons

View file

@ -522,6 +522,7 @@ Online users</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="toggled" handler="linphone_gtk_mute_toggled"/>
</widget>
<packing>
<property name="fill">False</property>
@ -1090,6 +1091,7 @@ Fiber Channel</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="toggled" handler="linphone_gtk_mute_toggled"/>
</widget>
<packing>
<property name="expand">False</property>

View file

@ -7,6 +7,7 @@ sip-away.png sip-bifm.png \
sip-busy.png sip-closed.png \
sip-online.png sip-otl.png \
sip-otp.png sip-wfa.png \
green.png red.png
green.png red.png \
mic_muted.png mic_active.png
EXTRA_DIST=$(pixmap_DATA)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB