aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 12:30:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 12:30:03 +0800
commit5cd485fec1d234526a8027da736e8c13aa9e6ac2 (patch)
tree6480d2ef2a738abb5da247c89d978fd5484bf416 /shell
parent4270cc1d3e33595feb7d4465f54f426e2faf9496 (diff)
downloadgsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.tar
gsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.tar.gz
gsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.tar.bz2
gsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.tar.lz
gsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.tar.xz
gsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.tar.zst
gsoc2013-evolution-5cd485fec1d234526a8027da736e8c13aa9e6ac2.zip
Rename `GNOME_Evolution_TestComponent.oafinfo' into
`GNOME_Evolution_TestComponent.oaf'. svn path=/trunk/; revision=10466
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/GNOME_Evolution_TestComponent.oaf (renamed from shell/GNOME_Evolution_TestComponent.oafinfo)0
-rw-r--r--shell/Makefile.am4
3 files changed, 9 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0026253fec..237d494c43 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,12 @@
2001-06-24 Ettore Perazzoli <ettore@ximian.com>
+ * Makefile.am: s/\.oafinfo/.oaf/g.
+
+ * GNOME_Evolution_TestComponent.oafinfo: Renamed to
+ `GNOME_Evolution_TestComponent.oaf'.
+
+2001-06-24 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c: New member `iid' in EShellPrivate.
(init): Init to NULL.
(e_shell_construct): Set it to the value of the @iid argument.
diff --git a/shell/GNOME_Evolution_TestComponent.oafinfo b/shell/GNOME_Evolution_TestComponent.oaf
index 5a203b51b4..5a203b51b4 100644
--- a/shell/GNOME_Evolution_TestComponent.oafinfo
+++ b/shell/GNOME_Evolution_TestComponent.oaf
diff --git a/shell/Makefile.am b/shell/Makefile.am
index d2d7438035..8c64b05801 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -184,7 +184,7 @@ install-test-component: evolution-test-component
$(mkinstalldirs) $(DESTDIR)$(bindir)
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution-test-component $(DESTDIR)$(bindir)/evolution-test-component
$(mkinstalldirs) $(DESTDIR)$(oafdir)
- $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oafinfo $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oafinfo
+ $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oaf $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oaf
# Misc stuff
@@ -202,7 +202,7 @@ EXTRA_DIST = \
$(oaf_in_files) \
$(oaf_DATA) \
$(etspec_DATA) \
- GNOME_Evolution_TestComponent.oafinfo
+ GNOME_Evolution_TestComponent.oaf
# Purify support