diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-04-09 07:13:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-04-09 07:13:37 +0800 |
commit | 6869072199d751b46f6f7757aee792a9f0eca7fe (patch) | |
tree | c693ac5274c53a931337a1df812a32a2fb50336f /data/art | |
parent | b934ed62cfeb93b86c0f655eff39ff0de63ef7df (diff) | |
download | gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.gz gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.bz2 gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.lz gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.xz gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.zst gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.zip |
Allow to launch the BME alone, rework some CORBA code, add a .desktop file
Allow to launch the BME alone, rework some CORBA code, add a .desktop
file for the BME. Fixes #102477.
Diffstat (limited to 'data/art')
-rw-r--r-- | data/art/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/art/Makefile.am b/data/art/Makefile.am index 57b6a453d..8e5bc397e 100644 --- a/data/art/Makefile.am +++ b/data/art/Makefile.am @@ -3,7 +3,6 @@ art_DATA = \ epiphany-unsecure.png \ epiphany.png \ epiphany-fullscreen.png \ - epiphany-bookmarks.png \ epiphany-bookmark-page.png \ epiphany-entry.png \ epiphany-download.png \ @@ -13,7 +12,7 @@ art_DATA = \ epiphany-send-link.png \ epiphany-tab-loading.gif -appicon_DATA = epiphany.png +appicon_DATA = epiphany.png epiphany-bookmarks.png appicondir = $(datadir)/pixmaps artdir = $(pkgdatadir)/art |