[ekiga] [windows] Add another icon missing



commit 3e8b4cdabb3e2878a043b9edcc4c9572e37d96af
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Wed Aug 22 11:52:57 2012 +0200

    [windows] Add another icon missing

 win32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index ca1ae95..d9e55f2 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -813,7 +813,7 @@ endif
 # some icons are found inside (e.g. document-open-recent), others are found
 #   in ekiga code (e.g. phone-pick-up); the others must be installed manually
 # I still do not understand why document-open-recent is found and avatar-default is not (both are used similarly in ekiga code)
-	for i in camera-video avatar-default input-dialpad user-away user-busy user-available user-offline x-office-address-book gtk-clear gtk-add gtk-remove computer network-server; do \
+	for i in camera-video avatar-default input-dialpad user-away user-busy user-available user-offline x-office-address-book gtk-clear gtk-add gtk-remove computer network-server audio-input-microphone; do \
 		for j in `echo /usr/share/icons/gnome/*/*/$${i}.png`; do \
 			[ $$j != '/usr/share/icons/gnome/*/*/'$$i.png ] || (echo ERROR: icon $$i not found, exiting; exit 1); \
 			dir=`echo $$j|cut -d/ -f6-7`; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]