Fix for #14281 (missing icons in the druids).
svn path=/trunk/; revision=14576
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-11-01 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* Makefile.am (gladedir): New.
|
||||
(glade_DATA): Pixmap files required to be installed by the glade
|
||||
files.
|
||||
|
||||
2001-10-31 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* Makefile.am: Install `evolution.png', not `evolution-icon.png'.
|
||||
|
||||
@ -169,7 +169,20 @@ buttons_DATA = \
|
||||
send-24.png \
|
||||
weekview.xpm \
|
||||
workweekview.xpm \
|
||||
yearview.xpm
|
||||
yearview.xpm
|
||||
|
||||
gladedir = $(datadir)/evolution/glade
|
||||
glade_DATA = \
|
||||
evolution.png \
|
||||
import.png \
|
||||
mail-config-druid-account-name.png \
|
||||
mail-config-druid-identity.png \
|
||||
mail-config-druid.png \
|
||||
mail-config-druid-receive.png \
|
||||
mail-config-druid-send.png \
|
||||
meeting_widget.png \
|
||||
thankyou.png \
|
||||
timezone-48.png
|
||||
|
||||
conduitsdir = $(datadir)/images/evolution/conduits
|
||||
conduits_DATA = \
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
2001-11-01 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* glade/evolution-startup-wizard.glade: `timezone-48.png', not
|
||||
`timezone.png'.
|
||||
|
||||
2001-11-01 Anna Marie Dirks <anna@ximian.com>
|
||||
|
||||
* glade/evolution-startup-wizard.glade: Changed the welcome
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<program_name>evolution-startup-wizard</program_name>
|
||||
<directory></directory>
|
||||
<source_directory>src</source_directory>
|
||||
<pixmaps_directory>../../art/</pixmaps_directory>
|
||||
<pixmaps_directory>/opt/gnome/share/images/evolution</pixmaps_directory>
|
||||
<language>C</language>
|
||||
<gnome_support>True</gnome_support>
|
||||
<gettext_support>True</gettext_support>
|
||||
|
||||
Reference in New Issue
Block a user