~ubuntu-branches/ubuntu/jaunty/ekiga/jaunty-updates

« back to all changes in this revision

Viewing changes to lib/gmcontacts/gmcontacts-remote.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-09-24 11:58:54 UTC
  • mfrom: (1.2.1 etch) (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070924115854-ayk5euq2uvz3h1r8
Tags: 2.0.11-1ubuntu1
* Close (LP: #117732)
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/control.in, debian/patches/01_lpi.dpatch, 
    debian/patches/02_autoconf.dpatch: 
    - Launchpad Integration
  - debian/control.in, debian/patches/42_change_pixmaps.dpatch:
    - patched icons.
  - debian/patches/trayicon_transparency.dpatch,
    debian/patches/os-detection.dpatch,
    debian/patches/50_fix_POTFILES.in.dpatch:
    - Distro fixes.
  - debian/control.in:
    - Added Maintainer to MOTU
    - Updated Build-Depends
    - Updated Depends
    - Dropped Suggests
  - debian/ekiga.menu:
    - Updated
  - debian/rules:
    - Added dbus support
    - intltool magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
gnomemeeting_remote_addressbook_get_contacts (GmAddressbook *addressbook,
81
81
                                              int &nbr,
82
82
                                              gboolean partial_match,
83
 
                                              gchar *fullname,
84
 
                                              gchar *url,
85
 
                                              gchar *categorie,
86
 
                                              gchar *location,
87
 
                                              gchar *speeddial)
 
83
                                              const gchar *fullname,
 
84
                                              const gchar *url,
 
85
                                              const gchar *categorie,
 
86
                                              const gchar *location,
 
87
                                              const gchar *speeddial)
88
88
{
89
89
  if (addressbook && gnomemeeting_addressbook_is_ldap (addressbook)) 
90
90
    return gnomemeeting_ldap_addressbook_get_contacts (addressbook,