evolution r35364 - branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi



Author: jjohnny
Date: Mon Apr 14 12:17:17 2008
New Revision: 35364
URL: http://svn.gnome.org/viewvc/evolution?rev=35364&view=rev

Log:
Added account setup debug messages


Modified:
   branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/ChangeLog
   branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c

Modified: branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c	Mon Apr 14 12:17:17 2008
@@ -369,6 +369,7 @@
 		return NULL;
 	
 	if (!g_ascii_strcasecmp (url->protocol, "mapi")) {
+		d(printf("%s(%d):%s:Creating Widgets for MAPI Setup \n", __FILE__, __LINE__, __PRETTY_FUNCTION__);)
 		row = ((GtkTable *)data->parent)->nrows;		
 
 		/* Domain name & Authenticate Button*/
@@ -395,6 +396,8 @@
 			gtk_entry_set_text (domain_name, domain);
 	}
 
+	d(printf("%s(%d):%s:Called for URL->Protocol : %s \n", __FILE__, __LINE__, __PRETTY_FUNCTION__, url->protocol);)
+
 	camel_url_free (url);
 	return GTK_WIDGET (hbox);
 }



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