[evolution-patches] Exchange connector - OOF handling



Hi,

I missed to commit this plugin file with the commit callback, in my
previous commit for Exchange OOF handling.

Please review,
Sushma.

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	5 Mar 2005 08:33:12 -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"
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	5 Mar 2005 08:33:34 -0000
@@ -1,3 +1,8 @@
+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. 
+
 2005-02-28  JP Rosevear  <jpr novell com>
 
 	* org-gnome-exchange-account-setup.eplug.in: add account wizard item
@@ -14,7 +19,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]