Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 5d8446d2074649ee8939b13a97d00f34 > files > 7

kdepim-3.4.2-13mdk.src.rpm

--- kdepim-3.1.94/kmail/Makefile.am--	2004-01-13 04:05:58.000000000 -0500
+++ kdepim-3.1.94/kmail/Makefile.am	2004-01-13 04:06:23.000000000 -0500
@@ -83,7 +83,7 @@ libkmailprivate_la_SOURCES = kmmessage.c
 		folderIface.cpp folderIface.skel mailserviceimpl.cpp \
 		attachmentlistview.cpp ssllabel.cpp \
 		iobserver.cpp isubject.cpp bodyvisitor.cpp \
-		urlhandlermanager.cpp dictionarycombobox.cpp
+		urlhandlermanager.cpp dictionarycombobox.cpp startupwizard.cpp
 
 kmail_SOURCES = main.cpp
 
--- kdepim-3.1.94/kmail/kmkernel.cpp--	2004-01-13 04:06:08.000000000 -0500
+++ kdepim-3.1.94/kmail/kmkernel.cpp	2004-01-13 04:06:46.000000000 -0500
@@ -28,6 +28,7 @@ using KRecentAddress::RecentAddresses;
 #include "identitymanager.h"
 #include "configuredialog.h"
 // #### disabled for now #include "startupwizard.h"
+#include "startupwizard.h"
 #include <kwin.h>
 #include "kmgroupware.h"
 #include "kmailicalifaceimpl.h"
@@ -1388,7 +1389,7 @@ void KMKernel::action(bool mailto, bool 
   // Run the groupware setup wizard. It doesn't do anything if this isn't
   // the first run. Replace this with a general wizard later
   // #### Disabled until we have a general startup wizard.
-  // StartupWizard::run();
+  StartupWizard::run();
 
   if (mailto)
     openComposer (to, cc, bcc, subj, body, 0, messageFile, attachURLs);