diff options
author | Hans Petter Jansson <hpj@novell.com> | 2005-02-24 02:57:00 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2005-02-24 02:57:00 +0800 |
commit | e75013c2014fab695e9fb327d825d26cc1d7f1e1 (patch) | |
tree | a55886d5c89e5a4d15bca2a0f639363339aee2e7 /plugins | |
parent | 26e97fbbf11d8282e8dd6a09b87b44c02f9290a7 (diff) | |
download | gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar.gz gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar.zst gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.zip |
Make mailer depend on libedataserverui.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* configure.in: Make mailer depend on libedataserverui.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* Makefile.am (eutilinclude_HEADERS)
(libeutil_la_SOURCES): Remove e-passwords from here, it now
lives in libedataserverui.
* e-passwords.[ch]: Removed.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* gui/component/addressbook-view.c:
* gui/component/addressbook.c: Include
<libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* common/authentication.c:
* gui/e-pub-utils.c:
* gui/alarm-notify/alarm-notify.c:
* gui/alarm-notify/notify-main.c:
* gui/dialogs/url-editor-dialog.c:
Include <libedataserverui/e-passwords.h>.
* gui/itip-utils.c: Remove e-passwords.h include, it's not
needed.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* mail-session.c:
* mail-config.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* gui/component.c:
* lib/e-cert-db.c:
* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* e-shell-window-commands.c:
* e-shell.c:
* main.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* send-options.c: Include <libedataserverui/e-passwords.h>.
svn path=/trunk/; revision=28871
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-account-setup/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/camel-gw-listener.c | 2 | ||||
-rw-r--r-- | plugins/send-options/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/send-options/send-options.c | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 117d263206..b6b47c5a3b 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 Hans Petter Jansson <hpj@novell.com> + + * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. + 2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (get_address_book_names_from_server) diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index 70b720d506..27f5a3f0f5 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -29,7 +29,7 @@ #include <string.h> #include <camel/camel-i18n.h> #include <e-gw-connection.h> -#include <e-util/e-passwords.h> +#include <libedataserverui/e-passwords.h> #include "widgets/misc/e-error.h" /*stores some info about all currently existing groupwise accounts diff --git a/plugins/send-options/ChangeLog b/plugins/send-options/ChangeLog index 16c3882863..f8f447ee29 100644 --- a/plugins/send-options/ChangeLog +++ b/plugins/send-options/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 Hans Petter Jansson <hpj@novell.com> + + * send-options.c: Include <libedataserverui/e-passwords.h>. + 2005-02-10 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (e_sendoptions_clicked_cb): IF diff --git a/plugins/send-options/send-options.c b/plugins/send-options/send-options.c index 823865e617..b5b1885f7c 100644 --- a/plugins/send-options/send-options.c +++ b/plugins/send-options/send-options.c @@ -32,9 +32,9 @@ #include <mail/em-config.h> #include <e-gw-connection.h> #include <camel/camel-url.h> -#include "e-util/e-passwords.h" #include <libecal/e-cal-time-util.h> #include <libedataserver/e-source-list.h> +#include <libedataserverui/e-passwords.h> ESendOptionsDialog *sod = NULL; GtkWidget *parent; |