diff options
Diffstat (limited to 'packages/gpe-contacts/files')
-rw-r--r-- | packages/gpe-contacts/files/lost-icons.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/gpe-contacts/files/lost-icons.patch b/packages/gpe-contacts/files/lost-icons.patch index e69de29bb2..aa0b6ded58 100644 --- a/packages/gpe-contacts/files/lost-icons.patch +++ b/packages/gpe-contacts/files/lost-icons.patch @@ -0,0 +1,28 @@ +Index: Makefile.am +=================================================================== +RCS file: /cvs/gpe/base/gpe-contacts/Makefile.am,v +retrieving revision 1.15 +diff -B -b -u -r1.15 Makefile.am +--- Makefile.am 20 Jun 2005 23:18:06 -0000 1.15 ++++ Makefile.am 27 Jun 2005 09:39:29 -0000 +@@ -47,7 +47,7 @@ + + gpe_contacts_SOURCES += main.c + +-pixmaps_extradir = $(datadir)/gpe/pixmaps/default ++pixmaps_extradir = $(datadir)/gpe/pixmaps/default/gpe-contacts + pixmaps_extra_DATA = icons/entry.png \ + icons/export.png \ + icons/frame.png \ +@@ -59,11 +59,6 @@ + @INTLTOOL_DESKTOP_RULE@ + + pixmapsdir = $(datadir)/pixmaps +- +-pixmaps_extradir = $(datadir)/pixmaps +-pixmaps_extra_DATA = icons/gpe-contacts.png \ +- icons/edit-vcard.png +- + metadir = $(datadir)/gpe-contacts + + if HILDON |