online-accounts: goa-account icons back in goa

This commit is contained in:
Bastien Nocera 2011-06-24 16:31:23 +01:00
parent 0786539969
commit c280c3b18d
15 changed files with 1 additions and 21 deletions

View file

@ -330,7 +330,6 @@ panels/online-accounts/icons/24x24/Makefile
panels/online-accounts/icons/32x32/Makefile panels/online-accounts/icons/32x32/Makefile
panels/online-accounts/icons/48x48/Makefile panels/online-accounts/icons/48x48/Makefile
panels/online-accounts/icons/256x256/Makefile panels/online-accounts/icons/256x256/Makefile
panels/online-accounts/icons/scalable/Makefile
panels/sound/Makefile panels/sound/Makefile
panels/sound/data/Makefile panels/sound/data/Makefile
panels/sound/data/gnome-sound-panel.desktop.in panels/sound/data/gnome-sound-panel.desktop.in

View file

@ -3,7 +3,6 @@ NULL =
icondir = $(datadir)/icons/hicolor/16x16/apps icondir = $(datadir)/icons/hicolor/16x16/apps
icon_DATA = \ icon_DATA = \
goa-panel.png \ goa-panel.png \
goa-account.png \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 B

View file

@ -3,7 +3,6 @@ NULL =
icondir = $(datadir)/icons/hicolor/22x22/apps icondir = $(datadir)/icons/hicolor/22x22/apps
icon_DATA = \ icon_DATA = \
goa-panel.png \ goa-panel.png \
goa-account.png \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,7 +3,6 @@ NULL =
icondir = $(datadir)/icons/hicolor/24x24/apps icondir = $(datadir)/icons/hicolor/24x24/apps
icon_DATA = \ icon_DATA = \
goa-panel.png \ goa-panel.png \
goa-account.png \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,7 +3,6 @@ NULL =
icondir = $(datadir)/icons/hicolor/256x256/apps icondir = $(datadir)/icons/hicolor/256x256/apps
icon_DATA = \ icon_DATA = \
goa-panel.png \ goa-panel.png \
goa-account.png \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View file

@ -3,7 +3,6 @@ NULL =
icondir = $(datadir)/icons/hicolor/32x32/apps icondir = $(datadir)/icons/hicolor/32x32/apps
icon_DATA = \ icon_DATA = \
goa-panel.png \ goa-panel.png \
goa-account.png \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -3,7 +3,6 @@ NULL =
icondir = $(datadir)/icons/hicolor/48x48/apps icondir = $(datadir)/icons/hicolor/48x48/apps
icon_DATA = \ icon_DATA = \
goa-panel.png \ goa-panel.png \
goa-account.png \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

View file

@ -1,5 +1,5 @@
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor

View file

@ -1,13 +0,0 @@
NULL =
icondir = $(datadir)/icons/hicolor/scalable/apps
icon_DATA = \
$(NULL)
EXTRA_DIST = \
$(icon_DATA)
clean-local :
rm -f *~
-include $(top_srcdir)/git.mk