[ekiga] [windows] Fix missing icon



commit 7244ce23b75475e848654ac6361892551fce602c
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu Jul 26 20:34:01 2012 +0200

    [windows] Fix missing icon
    
    The icon was forgotten in commit 4cf72c4.

 win32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 3ed3d3a..dc3221b 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 x-office-address-book gtk-clear gtk-add 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 computer network-server; 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]