[evolution-patches] Patch (2.10 branch): don't compile dead code



The following patch make sure e-shell-startup-wizard.c/h is not compiled
in 2.10 branch and startup wizard glade file is not installed either
(not useful, since startup wizard is handled using eplugins).

I'm not sure it is worth removing the file from CVS.

-- 
Frederic Crozat <fcrozat mandriva com>
Mandriva
Index: shell/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1502.2.5
diff -u -p -r1.1502.2.5 ChangeLog
--- shell/ChangeLog	21 Jun 2005 05:30:48 -0000	1.1502.2.5
+++ shell/ChangeLog	6 Jul 2005 17:30:58 -0000
@@ -1,3 +1,9 @@
+2005-07-06  Frederic Crozat  <fcrozat mandriva com>
+
+	* Makefile.am: Don't build e-shell-startup-wizard.[ch] and don't
+	install evolution-startup-wizard.glade, everything is handled
+	using plugin now.
+
 2005-06-21  Not Zed  <NotZed Ximian com>
 
 	* e-shell-window-commands.c: add brian mury to contributors.
Index: shell/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/shell/Makefile.am,v
retrieving revision 1.202
diff -u -p -r1.202 Makefile.am
--- shell/Makefile.am	6 Jan 2005 23:22:28 -0000	1.202
+++ shell/Makefile.am	6 Jul 2005 17:30:58 -0000
@@ -122,8 +122,6 @@ evolution_SOURCES =				\
 	e-shell-offline-handler.h		\
 	e-shell-settings-dialog.c		\
 	e-shell-settings-dialog.h		\
-	e-shell-startup-wizard.c		\
-	e-shell-startup-wizard.h		\
 	e-shell-window-commands.c		\
 	e-shell-window-commands.h		\
 	e-shell-window.c			\
@@ -184,8 +182,7 @@ errordir = $(privdatadir)/errors
 	$(top_builddir)/e-util/e-error-tool $^
 
 glade_DATA =						\
-	e-active-connection-dialog.glade		\
-	evolution-startup-wizard.glade
+	e-active-connection-dialog.glade
 
 # GConf schemas
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]