~ubuntu-branches/ubuntu/raring/evolution-data-server/raring-proposed

« back to all changes in this revision

Viewing changes to addressbook/libedata-book/e-book-backend-sexp.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-13 10:12:28 UTC
  • mfrom: (1.1.107)
  • Revision ID: package-import@ubuntu.com-20121113101228-gvueq2vu386p625x
Tags: 3.6.2-0ubuntu1
* New upstream release
* debian/libcamel-1.2-40.symbols::
  - Updated
* debian/patches/dont-abort-in-e_source_registry_new.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1029
1029
                                             (ESExpIFunc *) symbols[i].func, sexp->priv->search_context);
1030
1030
                }
1031
1031
                else {
1032
 
                        e_sexp_add_function (sexp->priv->search_sexp, 0, symbols[i].name,
1033
 
                                            symbols[i].func, sexp->priv->search_context);
 
1032
                        e_sexp_add_function (
 
1033
                                sexp->priv->search_sexp, 0, symbols[i].name,
 
1034
                                symbols[i].func, sexp->priv->search_context);
1034
1035
                }
1035
1036
        }
1036
1037