aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2005-02-24 02:57:00 +0800
committerHans Petter <hansp@src.gnome.org>2005-02-24 02:57:00 +0800
commite75013c2014fab695e9fb327d825d26cc1d7f1e1 (patch)
treea55886d5c89e5a4d15bca2a0f639363339aee2e7 /smime
parent26e97fbbf11d8282e8dd6a09b87b44c02f9290a7 (diff)
downloadgsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar
gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar.gz
gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar.bz2
gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar.lz
gsoc2013-evolution-e75013c2014fab695e9fb327d825d26cc1d7f1e1.tar.xz
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 'smime')
-rw-r--r--smime/ChangeLog6
-rw-r--r--smime/gui/component.c2
-rw-r--r--smime/lib/e-cert-db.c2
-rw-r--r--smime/lib/e-pkcs12.c2
4 files changed, 9 insertions, 3 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index 81d89d061f..605ce5d865 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,3 +1,9 @@
+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-09 Hans Petter Jansson <hpj@novell.com>
* lib/Makefile.am:
diff --git a/smime/gui/component.c b/smime/gui/component.c
index a433c4032e..152d38fe3e 100644
--- a/smime/gui/component.c
+++ b/smime/gui/component.c
@@ -28,10 +28,10 @@
#include <gtk/gtk.h>
#include <libgnome/gnome-i18n.h>
+#include <libedataserverui/e-passwords.h>
#include "ca-trust-dialog.h"
#include "e-cert-db.h"
-#include "e-util/e-passwords.h"
#include "pk11func.h"
static gboolean
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c
index 13fdf603a6..d737887e7a 100644
--- a/smime/lib/e-cert-db.c
+++ b/smime/lib/e-cert-db.c
@@ -83,10 +83,10 @@
#include "plstr.h"
#include "prprf.h"
#include "prmem.h"
-#include "e-util/e-passwords.h"
#include "e-util/e-dialog-utils.h"
#include <gtk/gtkmessagedialog.h>
#include <libgnome/gnome-i18n.h>
+#include <libedataserverui/e-passwords.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c
index b2e8e16698..12be49abc5 100644
--- a/smime/lib/e-pkcs12.c
+++ b/smime/lib/e-pkcs12.c
@@ -62,12 +62,12 @@
#include <gtk/gtk.h>
#include <libgnome/gnome-i18n.h>
+#include <libedataserverui/e-passwords.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
-#include "e-util/e-passwords.h"
#include "e-cert-db.h"
#include "e-pkcs12.h"