Re: [evolution-patches] 71373 Re-enabling first run wizard



On Fri, 2005-02-25 at 12:57 +0800, Not Zed wrote:
> 
> wizard_check:

Now not needed.

> #if !GTK_CHECK_VERSION (2,4,0)
> gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
> #endif
> 
> simpler to use g_object_set(x, "separator", FALSE, NULL);

Well, this way does toss a warning.

> import_page = GNOME_DRUID_PAGE (e_config_page_get (ec, "60.import"));
> 
> this is mis-spelt, it causes a crash in the wizard every time.

Ugh, yes, when ever import data was actually found. Fixed.  Dug up elm
and tried it out with that.

> You shouldn't be changing the current druid page at all.  You really
> really must not be
> jumping to the finish page from the page check function either - there
> could
> be other pages from plugins.  Perhaps just show a label with "no data
> to
> import" if there isn't any.  OR even better ... calculate whether you
> need to
> show it in the widget factory, and don't ever generate any druid page
> in the
> first place.  The intelligent importer list could safely be a global
> you only calculate once.

Yah, thats much nicer, done in this patch.

> The commit unref() code looks very questionable.  You must leave it up
> to the druid to destroy it.

Taken from the old wizard - the timezone dialog is a GObject but not a
widget (the widget part of it is reparented), so it should be ok.  I
could listen for the druid to be destroyed and clean up then.

-JP      
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
? plugins/wizard-plugins.diff
? plugins/addressbook-file/Makefile
? plugins/addressbook-file/Makefile.in
? plugins/addressbook-file/org-gnome-addressbook-file.eplug
? plugins/addressbook-groupwise/Makefile
? plugins/addressbook-groupwise/Makefile.in
? plugins/addressbook-groupwise/org-gnome-addressbook-groupwise.eplug
? plugins/backup-restore/restore-fixes.patch
? plugins/default-source/Makefile
? plugins/default-source/Makefile.in
? plugins/default-source/org-gnome-default-source.eplug
? plugins/exchange-account-setup/Makefile
? plugins/exchange-account-setup/Makefile.in
? plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug
? plugins/groupwise-account-setup/Makefile
? plugins/groupwise-account-setup/Makefile.in
? plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug
? plugins/groupwise-send-options/Makefile
? plugins/groupwise-send-options/Makefile.in
? plugins/groupwise-send-options/org-gnome-compose-send-options.eplug
? plugins/groupwise-status-tracking/Makefile
? plugins/groupwise-status-tracking/Makefile.in
? plugins/groupwise-status-tracking/org-gnome-status-track.eplug
? plugins/itip-formatter/evolution-backup.tar.gz
? plugins/itip-formatter/recur-string.patch
? plugins/itip-formatter/temp.patch
? plugins/itip-formatter/temp2.patch
? plugins/new-mail-notify/Makefile
? plugins/new-mail-notify/Makefile.in
? plugins/new-mail-notify/new-mail-plugin-id.patch
? plugins/new-mail-notify/org-gnome-new-mail-notify.eplug
? plugins/send-options/Makefile
? plugins/send-options/Makefile.in
? plugins/send-options/org-gnome-send-options.eplug
? plugins/shared-folder/Makefile
? plugins/shared-folder/Makefile.in
? plugins/shared-folder/org-gnome-shared-folder.eplug
? plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.in
? plugins/startup-wizard/startup-wizard.c
? shell/33287.patch
? shell/display.patch
? shell/evolution-old
? shell/shell-wizard.patch
? shell/tmp.patch
? shell/wizard-shell.patch
? mail/46287.patch
? mail/mail-subject-thread.loT
? mail/print-mail.patch
? mail/wizard-mail.patch
? mail/default/zh_CN/Makefile
? mail/default/zh_CN/Makefile.in
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ChangeLog,v
retrieving revision 1.1443
diff -u -r1.1443 ChangeLog
--- ChangeLog	25 Feb 2005 18:02:08 -0000	1.1443
+++ ChangeLog	25 Feb 2005 22:22:10 -0000
@@ -1,8 +1,15 @@
+<<<<<<< ChangeLog
+2005-02-21  JP Rosevear  <jpr novell com>
+ 
+ 	* configure.in: add startup wizard plugin
+	
+=======
 2005-02-23  Bj�Torkelsson <torkel acc umu se>
 
 	* Makefile.am (DISTCLEANFILES): remove *.pc and intltool-*
 	files generated by configure when running make distclean.
 
+>>>>>>> 1.1443
 2005-02-23  Hans Petter Jansson  <hpj novell com>
 
 	* configure.in: Make mailer depend on libedataserverui.
Index: configure.in
===================================================================
RCS file: /cvs/gnome/evolution/configure.in,v
retrieving revision 1.786
diff -u -r1.786 configure.in
--- configure.in	23 Feb 2005 18:56:54 -0000	1.786
+++ configure.in	25 Feb 2005 22:22:11 -0000
@@ -1335,7 +1335,7 @@
 AC_ARG_ENABLE(plugins, [  --enable-plugins=[no/all/list]      Enable plugins.],enable_plugins="$enableval",enable_plugins=base)
 
 dnl Add any new plugins here
-plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup groupwise-status-tracking default-source addressbook-file addressbook-groupwise" 
+plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup groupwise-status-tracking default-source addressbook-file addressbook-groupwise startup-wizard" 
 
 plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore new-mail-notify" 
 
@@ -1581,6 +1581,7 @@
 plugins/default-source/Makefile
 plugins/addressbook-file/Makefile
 plugins/addressbook-groupwise/Makefile
+plugins/startup-wizard/Makefile
 smime/Makefile
 smime/lib/Makefile
 smime/gui/Makefile
Index: plugins/exchange-account-setup/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-account-setup/ChangeLog,v
retrieving revision 1.21
diff -u -r1.21 ChangeLog
--- plugins/exchange-account-setup/ChangeLog	25 Feb 2005 15:54:20 -0000	1.21
+++ plugins/exchange-account-setup/ChangeLog	25 Feb 2005 22:22:11 -0000
@@ -1,3 +1,7 @@
+2005-02-23  JP Rosevear  <jpr novell com>
+
+	* org-gnome-exchange-account-setup.eplug.in: add account wizard item
+
 2005-02-24  Bj�Torkelsson  <torkel acc umu se>
 
 	* org-gnome-exchange-account-setup.eplug.in: Added author and
Index: plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in,v
retrieving revision 1.13
diff -u -r1.13 org-gnome-exchange-account-setup.eplug.in
--- plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in	25 Feb 2005 15:54:20 -0000	1.13
+++ plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in	25 Feb 2005 22:22:11 -0000
@@ -34,6 +34,24 @@
                         path="10.receive/10.config/20.owa"
 			factory="org_gnome_exchange_owa_url"/>
 	</group>
+
+        <group
+                target="account"
+                id="org.gnome.evolution.mail.config.accountWizard"
+		check="org_gnome_exchange_check_options">
+                <item type="item_table"
+                        path="10.receive/10.config/20.owa"
+			factory="org_gnome_exchange_owa_url"/>
+	</group>
+
+        <group
+                target="account"
+                id="org.gnome.evolution.mail.config.accountWizard"
+		check="org_gnome_exchange_check_options">
+                <item type="item_table"
+                        path="10.receive/10.config/20.owa"
+			factory="org_gnome_exchange_owa_url"/>
+	</group>
     </hook>
 
   </e-plugin>
Index: plugins/groupwise-account-setup/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/groupwise-account-setup/ChangeLog,v
retrieving revision 1.10
diff -u -r1.10 ChangeLog
--- plugins/groupwise-account-setup/ChangeLog	25 Feb 2005 15:54:20 -0000	1.10
+++ plugins/groupwise-account-setup/ChangeLog	25 Feb 2005 22:22:11 -0000
@@ -1,3 +1,7 @@
+2005-02-23  JP Rosevear  <jpr novell com>
+
+	* org-gnome-gw-account-setup.eplug.in: add account wizard item
+
 2005-02-24  Bj�Torkelsson  <torkel acc umu se>
 
         * org-gnome-gw-account-setup.eplug.in: Added author and fixed
Index: plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in
===================================================================
RCS file: /cvs/gnome/evolution/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in,v
retrieving revision 1.3
diff -u -r1.3 org-gnome-gw-account-setup.eplug.in
--- plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in	25 Feb 2005 15:54:20 -0000	1.3
+++ plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in	25 Feb 2005 22:22:11 -0000
@@ -20,7 +20,12 @@
 	<item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/>
       </group>
     </hook>
-	
+
+    <hook class="org.gnome.evolution.mail.config:1.0">
+      <group target="account" id="org.gnome.evolution.mail.config.accountWizard">
+	<item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/>
+      </group>
+    </hook>	
     
   </e-plugin>
 </e-plugin-list>
Index: plugins/startup-wizard/.cvsignore
===================================================================
RCS file: plugins/startup-wizard/.cvsignore
diff -N plugins/startup-wizard/.cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ plugins/startup-wizard/.cvsignore	25 Feb 2005 22:22:11 -0000
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+org-gnome-evolution-startup-wizard.eplug
Index: plugins/startup-wizard/ChangeLog
===================================================================
RCS file: plugins/startup-wizard/ChangeLog
diff -N plugins/startup-wizard/ChangeLog
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ plugins/startup-wizard/ChangeLog	25 Feb 2005 22:22:11 -0000
@@ -0,0 +1,4 @@
+2005-02-21  JP Rosevear  <jpr novell com>
+
+	* startup-wizard.c: A plugin the does the startup wizard
+
Index: plugins/startup-wizard/Makefile.am
===================================================================
RCS file: plugins/startup-wizard/Makefile.am
diff -N plugins/startup-wizard/Makefile.am
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ plugins/startup-wizard/Makefile.am	25 Feb 2005 22:22:11 -0000
@@ -0,0 +1,20 @@
+INCLUDES = -I .						\
+	-I$(top_srcdir)	                                \
+	$(EVOLUTION_MAIL_CFLAGS)
+
+ EVO_PLUGIN_RULE@
+
+plugin_DATA = org-gnome-evolution-startup-wizard.eplug
+plugin_LTLIBRARIES = liborg-gnome-evolution-startup-wizard.la
+
+liborg_gnome_evolution_startup_wizard_la_SOURCES = 	\
+	startup-wizard.c
+
+liborg_gnome_evolution_startup_wizard_la_LIBADD = 		\
+	$(top_builddir)/e-util/libeutil.la 			\
+	$(top_builddir)/widgets/misc/libemiscwidgets.la		\
+	$(EVOLUTION_MAIL_LIBS)
+
+liborg_gnome_evolution_startup_wizard_la_LDFLAGS = -module -avoid-version
+
+EXTRA_DIST = org-gnome-evolution-startup-wizard.eplug.in
Index: shell/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1500
diff -u -r1.1500 ChangeLog
--- shell/ChangeLog	24 Feb 2005 04:55:57 -0000	1.1500
+++ shell/ChangeLog	25 Feb 2005 22:22:12 -0000
@@ -1,3 +1,11 @@
+2005-02-21  JP Rosevear  <jpr novell com>
+  
+  	* es-event.c (es_event_target_new_upgrade): create upgrade target
+  
+  	* es-event.h: add upgrade target 
+  
+  	* e-shell.c (e_shell_attempt_upgrade): emit upgrade.done
+  
 2005-02-23  JP Rosevear  <jpr novell com>
  
  	Fixes #33287
Index: shell/e-shell.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell.c,v
retrieving revision 1.259
diff -u -r1.259 e-shell.c
--- shell/e-shell.c	23 Feb 2005 18:56:59 -0000	1.259
+++ shell/e-shell.c	25 Feb 2005 22:22:12 -0000
@@ -652,13 +652,6 @@
 	
 	e_shell_attempt_upgrade(shell);
 
-#if 0
-	if (e_shell_startup_wizard_create () == FALSE) {
-		bonobo_object_unref (BONOBO_OBJECT (shell));
-		exit (0);
-	}
-#endif
-
 	priv->is_initialized = TRUE;
 
 	switch (startup_line_mode) {
@@ -781,6 +774,7 @@
 	int done_upgrade = FALSE;
 	char *oldpath;
 	struct stat st;
+	ESEvent *ese;
 
 	gconf_client = gconf_client_get_default();
 
@@ -871,6 +865,16 @@
 	g_free(oldpath);
 	g_object_unref (gconf_client);
 
+	/** @Event: Shell attempted upgrade
+	 * @Id: upgrade.done
+	 * @Target: ESMenuTargetState
+	 * 
+	 * This event is emitted whenever the shell successfully attempts an upgrade.
+	 *
+	 */
+	ese = es_event_peek();
+	e_event_emit((EEvent *)ese, "upgrade.done", (EEventTarget *)es_event_target_new_upgrade(ese, cmajor, cminor, crevision));
+	
 	return TRUE;
 }
 
Index: shell/es-event.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/es-event.c,v
retrieving revision 1.1
diff -u -r1.1 es-event.c
--- shell/es-event.c	25 Oct 2004 04:46:18 -0000	1.1
+++ shell/es-event.c	25 Feb 2005 22:22:12 -0000
@@ -129,6 +129,18 @@
 	return t;
 }
 
+ESEventTargetUpgrade *
+es_event_target_new_upgrade(ESEvent *eme, int major, int minor, int revision)
+{
+	ESEventTargetUpgrade *t = e_event_target_new(&eme->event, ES_EVENT_TARGET_UPGRADE, sizeof(*t));
+
+	t->major = major;
+	t->minor = minor;
+	t->revision = revision;
+
+	return t;	
+}
+
 /* ********************************************************************** */
 
 static void *emeh_parent_class;
@@ -142,6 +154,7 @@
 
 static const EEventHookTargetMap emeh_targets[] = {
 	{ "state", ES_EVENT_TARGET_STATE, emeh_state_masks },
+	{ "upgrade", ES_EVENT_TARGET_UPGRADE, NULL },
 	{ 0 }
 };
 
Index: shell/es-event.h
===================================================================
RCS file: /cvs/gnome/evolution/shell/es-event.h,v
retrieving revision 1.1
diff -u -r1.1 es-event.h
--- shell/es-event.h	25 Oct 2004 04:46:18 -0000	1.1
+++ shell/es-event.h	25 Feb 2005 22:22:12 -0000
@@ -38,6 +38,7 @@
 /* Current target description */
 enum _es_event_target_t {
 	ES_EVENT_TARGET_STATE,
+	ES_EVENT_TARGET_UPGRADE
 };
 
 /* Flags that qualify TARGET_STATE */
@@ -47,6 +48,7 @@
 };
 
 typedef struct _ESEventTargetState ESEventTargetState;
+typedef struct _ESEventTargetUpgrade ESEventTargetUpgrade;
 
 struct _ESEventTargetState {
 	EEventTarget target;
@@ -54,6 +56,14 @@
 	int state;
 };
 
+struct _ESEventTargetUpgrade {
+	EEventTarget target;
+
+	int major;
+	int minor;
+	int revision;
+};
+
 typedef struct _EEventItem ESEventItem;
 
 /* The object */
@@ -72,6 +82,7 @@
 ESEvent *es_event_peek(void);
 
 ESEventTargetState *es_event_target_new_state(ESEvent *emp, int state);
+ESEventTargetUpgrade *es_event_target_new_upgrade(ESEvent *emp, int major, int minor, int revision);
 
 /* ********************************************************************** */
 
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3594
diff -u -r1.3594 ChangeLog
--- mail/ChangeLog	25 Feb 2005 09:26:56 -0000	1.3594
+++ mail/ChangeLog	25 Feb 2005 22:22:15 -0000
@@ -1,3 +1,20 @@
+2005-02-23  JP Rosevear  <jpr novell com>
+
+	* em-utils.c (em_utils_configure_account): pass in accountDruid
+	config id
+
+	* em-account-prefs.c (account_add_clicked): pass in accountDruid
+	config id
+	(account_edit_clicked): pass in accountWizard config id
+	
+	* em-account-editor.h: update protos
+
+	* em-account-editor.c (em_account_editor_new_with_config_id):
+	create a new account editor with a specific config id
+	(em_account_editor_new): pass
+	(em_account_editor_construct): make this static and take the
+	config id as an arg
+
 2005-02-25  Mengjie Yu  <meng-jie yu sun com>
 
 	* em-folder-browser.c: (emfb_edit_select_all):make the 'select all'
Index: mail/em-account-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-editor.c,v
retrieving revision 1.22
diff -u -r1.22 em-account-editor.c
--- mail/em-account-editor.c	24 Feb 2005 01:48:15 -0000	1.22
+++ mail/em-account-editor.c	25 Feb 2005 22:22:15 -0000
@@ -202,6 +202,7 @@
 } EMAccountEditorPrivate;
 
 static void emae_refresh_authtype(EMAccountEditor *emae, EMAccountEditorService *service);
+static void em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type, char *id);
 
 static GtkVBoxClass *emae_parent;
 
@@ -281,11 +282,11 @@
  * 
  * Return value: 
  **/
-EMAccountEditor *em_account_editor_new(EAccount *account, em_account_editor_t type)
+EMAccountEditor *em_account_editor_new(EAccount *account, em_account_editor_t type, char *id)
 {
 	EMAccountEditor *emae = g_object_new(em_account_editor_get_type(), 0);
 
-	em_account_editor_construct(emae, account, type);
+	em_account_editor_construct(emae, account, type, id);
 
 	return emae;
 }
@@ -2483,8 +2484,8 @@
 	g_object_unref(emae);
 }
 
-void
-em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type)
+static void
+em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type, char *id)
 {
 	EMAccountEditorPrivate *gui = emae->priv;
 	int i, index;
@@ -2520,26 +2521,10 @@
 	gui->providers = g_list_sort(camel_provider_list(TRUE), (GCompareFunc)provider_compare);
 
 	if (type == EMAE_NOTEBOOK) {
-		/** @HookPoint-EMConfig: Mail Account Editor
-		 * @Id: org.gnome.evolution.mail.config.accountEditor
-		 * @Type: E_CONFIG_BOOK
-		 * @Class: org.gnome.evolution.mail.config:1.0
-		 * @Target: EMConfigTargetAccount
-		 *
-		 * The account editor window.
-		 */
-		ec = em_config_new(E_CONFIG_BOOK, "org.gnome.evolution.mail.config.accountEditor");
+		ec = em_config_new(E_CONFIG_BOOK, id);
 		items = emae_editor_items;
 	} else {
-		/** @HookPoint-EMConfig: New Mail Account Druid
-		 * @Id: org.gnome.evolution.mail.config.accountDruid
-		 * @Type: E_CONFIG_DRUID
-		 * @Class: org.gnome.evolution.mail.config:1.0
-		 * @Target: EMConfigTargetAccount
-		 *
-		 * The new mail account druid.
-		 */
-		ec = em_config_new(E_CONFIG_DRUID, "org.gnome.evolution.mail.config.accountDruid");
+		ec = em_config_new(E_CONFIG_DRUID, id);
 		items = emae_druid_items;
 	}
 
Index: mail/em-account-editor.h
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-editor.h,v
retrieving revision 1.2
diff -u -r1.2 em-account-editor.h
--- mail/em-account-editor.h	20 Sep 2004 05:59:54 -0000	1.2
+++ mail/em-account-editor.h	25 Feb 2005 22:22:15 -0000
@@ -64,8 +64,7 @@
 
 GType em_account_editor_get_type(void);
 
-void em_account_editor_construct(EMAccountEditor *emae, struct _EAccount *account, em_account_editor_t type);
-EMAccountEditor *em_account_editor_new(struct _EAccount *account, em_account_editor_t type);
+EMAccountEditor *em_account_editor_new(struct _EAccount *account, em_account_editor_t type, char *id);
 
 gboolean em_account_editor_save (EMAccountEditor *gui);
 void em_account_editor_destroy (EMAccountEditor *gui);
Index: mail/em-account-prefs.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-prefs.c,v
retrieving revision 1.16
diff -u -r1.16 em-account-prefs.c
--- mail/em-account-prefs.c	28 Jan 2005 09:07:01 -0000	1.16
+++ mail/em-account-prefs.c	25 Feb 2005 22:22:15 -0000
@@ -145,7 +145,15 @@
 	if (prefs->druid == NULL) {
 		EMAccountEditor *emae;
 
-		emae = em_account_editor_new(NULL, EMAE_DRUID);
+		/** @HookPoint-EMConfig: New Mail Account Druid
+		 * @Id: org.gnome.evolution.mail.config.accountDruid
+		 * @Type: E_CONFIG_DRUID
+		 * @Class: org.gnome.evolution.mail.config:1.0
+		 * @Target: EMConfigTargetAccount
+		 *
+		 * The new mail account druid.
+		 */
+		emae = em_account_editor_new(NULL, EMAE_DRUID, "org.gnome.evolution.mail.config.accountDruid");
 		prefs->druid = emae->editor;
 
 		gtk_window_set_transient_for((GtkWindow *)prefs->druid, (GtkWindow *)gtk_widget_get_toplevel((GtkWidget *)prefs));
@@ -187,7 +195,15 @@
 		if (account) {
 			EMAccountEditor *emae;
 
-			emae = em_account_editor_new(account, EMAE_NOTEBOOK);
+			/** @HookPoint-EMConfig: Mail Account Editor
+			 * @Id: org.gnome.evolution.mail.config.accountEditor
+			 * @Type: E_CONFIG_BOOK
+			 * @Class: org.gnome.evolution.mail.config:1.0
+			 * @Target: EMConfigTargetAccount
+			 *
+			 * The account editor window.
+			 */
+			emae = em_account_editor_new(account, EMAE_NOTEBOOK, "org.gnome.evolution.mail.config.accountEditor");
 			prefs->editor = emae->editor;
 
 			gtk_window_set_transient_for((GtkWindow *)prefs->editor, (GtkWindow *)gtk_widget_get_toplevel((GtkWidget *)prefs));
Index: mail/em-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-utils.c,v
retrieving revision 1.57
diff -u -r1.57 em-utils.c
--- mail/em-utils.c	23 Feb 2005 06:14:21 -0000	1.57
+++ mail/em-utils.c	25 Feb 2005 22:22:16 -0000
@@ -181,7 +181,7 @@
 {
 	EMAccountEditor *emae;
 
-	emae = em_account_editor_new(NULL, EMAE_DRUID);
+	emae = em_account_editor_new(NULL, EMAE_DRUID, "org.gnome.evolution.mail.config.accountDruid");
 	if (parent != NULL)
 		e_dialog_set_transient_for((GtkWindow *)emae->editor, parent);
 


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