diff options
author | Milan Crha <mcrha@redhat.com> | 2010-02-25 01:20:17 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-02-25 01:20:17 +0800 |
commit | e3d64cd4276e2696791f23f8fe705d09e6a83e14 (patch) | |
tree | 64e81c5e27f8a22c282ecd5e44afa6cf12b216cb /addressbook/gui/widgets/eab-gui-util.h | |
parent | 50fb261954dabc9b9421466aa7b8929216f24028 (diff) | |
download | gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.tar gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.tar.gz gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.tar.bz2 gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.tar.lz gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.tar.xz gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.tar.zst gsoc2013-evolution-e3d64cd4276e2696791f23f8fe705d09e6a83e14.zip |
Bug #610658 - Contact is lost after moving to the same address book
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.h')
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h index e37d89d762..ffa43ef94f 100644 --- a/addressbook/gui/widgets/eab-gui-util.h +++ b/addressbook/gui/widgets/eab-gui-util.h @@ -45,7 +45,7 @@ void eab_transfer_contacts (EBook *source, gchar * eab_suggest_filename (GList *contact_list); -ESource *eab_select_source (const gchar *title, const gchar *message, +ESource *eab_select_source (ESource *except_source, const gchar *title, const gchar *message, const gchar *select_uid, GtkWindow *parent); /* To parse quoted printable address & return email & name fields */ |