[ekiga] [windows] Add another recently introduced icon



commit 17db2afb96aa2c368b7476a71589f73c9bd253b4
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Nov 12 16:29:16 2012 +0100

    [windows] Add another recently introduced icon

 win32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 60ad9fa..a0455b9 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -814,7 +814,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-web avatar-default input-dialpad user-away user-busy user-available user-offline x-office-address-book gtk-clear gtk-add gtk-new gtk-remove computer network-server audio-input-microphone back forward gtk-close mail-forward; do \
+	for i in camera-web avatar-default input-dialpad user-away user-busy user-available user-offline x-office-address-book gtk-clear gtk-add gtk-new gtk-remove computer network-server audio-input-microphone back forward gtk-close mail-forward exit; 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]