~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to modules/outlook-backend/module-outlook-backend.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * module-outlook-backend.c
3
3
 *
4
 
 * This library is free software you can redistribute it and/or modify it
 
4
 * This library is free software: you can redistribute it and/or modify it
5
5
 * under the terms of the GNU Lesser General Public License as published by
6
6
 * the Free Software Foundation.
7
7
 *
8
8
 * This library is distributed in the hope that it will be useful, but
9
9
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
10
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
11
11
 * for more details.
12
12
 *
13
13
 * You should have received a copy of the GNU Lesser General Public License
14
 
 * along with this library; if not, see <http://www.gnu.org/licenses/>.
 
14
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
15
15
 *
16
16
 */
17
17
 
96
96
        const gchar *extension_name;
97
97
        gboolean is_mail = FALSE;
98
98
 
 
99
        /* Chain up to parent's child_added() method. */
 
100
        E_COLLECTION_BACKEND_CLASS (e_outlook_backend_parent_class)->
 
101
                child_added (backend, child_source);
 
102
 
99
103
        collection_source = e_backend_get_source (E_BACKEND (backend));
100
104
 
101
105
        extension_name = E_SOURCE_EXTENSION_MAIL_ACCOUNT;
135
139
                                auth_child_extension,
136
140
                                collection_identity);
137
141
        }
138
 
 
139
 
        /* Chain up to parent's child_added() method. */
140
 
        E_COLLECTION_BACKEND_CLASS (e_outlook_backend_parent_class)->
141
 
                child_added (backend, child_source);
142
142
}
143
143
 
144
144
static void