[ekiga] [windows] Fix another missing icon
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [windows] Fix another missing icon
- Date: Thu, 9 Aug 2012 14:59:06 +0000 (UTC)
commit 3befa9bbcd198de662a806371974aa4de291211b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Thu Aug 9 16:58:35 2012 +0200
[windows] Fix another missing icon
win32/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 89760ad..56c77aa 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 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; 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]