Re: [evolution-patches] Exchange connector - OOF handling - consider this



Hi,

This patch also removes the duplicated definition of accountWizard.

Thanks,
Sushma.


On Sun, 2005-03-06 at 17:27 -0500, JP Rosevear wrote:
> On Sat, 2005-03-05 at 14:49 +0530, Sushma Rai wrote:
> > Hi,
> > 
> > I missed to commit this plugin file with the commit callback, in my
> > previous commit for Exchange OOF handling.
> 
> I noticed I duplicated the accountWizard item in the .eplugin definition
> as well.  Could you correct that is this patch as well?
> 
> -JP
Index: 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.14
diff -u -r1.14 org-gnome-exchange-account-setup.eplug.in
--- org-gnome-exchange-account-setup.eplug.in	1 Mar 2005 06:17:19 -0000	1.14
+++ org-gnome-exchange-account-setup.eplug.in	7 Mar 2005 04:57:46 -0000
@@ -13,7 +13,8 @@
       	<group 
 		target="account" 
 		id="org.gnome.evolution.mail.config.accountEditor"
-		check="org_gnome_exchange_check_options">
+		check="org_gnome_exchange_check_options"
+		commit="org_gnome_exchange_commit">
 		<item type="page" 
 	      		path="40.oof" 
 	      		label="Exchange Settings"
@@ -44,14 +45,6 @@
 			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: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-account-setup/ChangeLog,v
retrieving revision 1.25
diff -u -r1.25 ChangeLog
--- ChangeLog	1 Mar 2005 06:17:19 -0000	1.25
+++ ChangeLog	7 Mar 2005 04:58:12 -0000
@@ -1,3 +1,9 @@
+2005-03-05  Sushma Rai  <rsushma novell com>
+
+	* org-gnome-exchange-account-setup.eplug.in: Added the commit function
+	to save OOF data. This got missed in the previous commit. Also removed 
+	duplicate accountWizard definition.
+
 2005-02-28  JP Rosevear  <jpr novell com>
 
 	* org-gnome-exchange-account-setup.eplug.in: add account wizard item
@@ -14,7 +20,6 @@
 	oof state and message to the file. 
 	(destroy_oof_data): Frees OOFData. 
 	
-
 2005-02-26  Sushma Rai  <rsushma novell com>
 
         * exchange-account-setup.c (org_gnome_exchange_check_options):


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