From 9985e518effa190edd8f4b73c47c1dd684a7ae80 Mon Sep 17 00:00:00 2001 From: Ben Lynn Date: Mon, 3 Nov 2014 11:25:57 -0500 Subject: [PATCH] Fixed icon filename. --- Makefile | 6 +++--- icons/{netwalk_128x128.png => netwalk_72x72.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename icons/{netwalk_128x128.png => netwalk_72x72.png} (100%) diff --git a/Makefile b/Makefile index 3499051..f72455a 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,6 @@ uninstall : clean endif public : - git push https://code.google.com/p/netwalk/ - git push git+ssh://repo.or.cz/srv/git/netwalk.git - git push git@github.com:blynn/netwalk.git + git push https://code.google.com/p/netwalk/ master + git push git+ssh://repo.or.cz/srv/git/netwalk.git master + git push git@github.com:blynn/netwalk.git master diff --git a/icons/netwalk_128x128.png b/icons/netwalk_72x72.png similarity index 100% rename from icons/netwalk_128x128.png rename to icons/netwalk_72x72.png -- 2.11.4.GIT