Author: sragavan Date: Mon Feb 11 04:33:55 2008 New Revision: 34988 URL: http://svn.gnome.org/viewvc/evolution?rev=34988&view=rev
Log: 2008-02-11 Srinivasa Ragavan <[EMAIL PROTECTED]> * gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar): Google Calendar alarm works now. Modified: trunk/calendar/ChangeLog trunk/calendar/gui/alarm-notify/alarm-notify.c Modified: trunk/calendar/gui/alarm-notify/alarm-notify.c ============================================================================== --- trunk/calendar/gui/alarm-notify/alarm-notify.c (original) +++ trunk/calendar/gui/alarm-notify/alarm-notify.c Mon Feb 11 04:33:55 2008 @@ -351,7 +351,10 @@ priv = an->priv; str_uri = e_source_get_uri (source); e_uri = e_uri_new (str_uri); - pass_key = e_uri_to_string (e_uri, FALSE); + if (e_source_get_property (source, "auth-type")) + pass_key = e_uri_to_string (e_uri, FALSE); + else + pass_key = g_strdup (str_uri); e_uri_free (e_uri); g_mutex_lock (an->priv->mutex); _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.