aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-window-commands.c3
-rw-r--r--shell/e-shell.c3
-rw-r--r--shell/main.c3
4 files changed, 12 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e63e0331a2..b05a4fae2f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+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-22 Marco Pesenti Gritti <marco@gnome.org>
* shell/e-shell-window-commands.c: (command_quick_reference):
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 438e5c50cd..894f2bb431 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -33,7 +33,6 @@
#include "e-util/e-icon-factory.h"
#include "e-util/e-dialog-utils.h"
-#include "e-util/e-passwords.h"
#include <glib/gprintf.h>
@@ -48,6 +47,8 @@
#include <bonobo/bonobo-ui-component.h>
+#include <libedataserverui/e-passwords.h>
+
#include <string.h>
/* Utility functions. */
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 0b77ebcf9f..bd9b332f37 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -32,7 +32,6 @@
#include "e-util/e-dialog-utils.h"
#include "e-util/e-bconf-map.h"
#include "e-util/e-fsutils.h"
-#include "e-util/e-passwords.h"
#include "widgets/misc/e-error.h"
#include "e-shell-constants.h"
@@ -66,6 +65,8 @@
#include <bonobo/bonobo-exception.h>
#include <bonobo/bonobo-moniker-util.h>
+#include <libedataserverui/e-passwords.h>
+
#include <gal/util/e-util.h>
#include <gconf/gconf-client.h>
diff --git a/shell/main.c b/shell/main.c
index 43ccb41d6c..ea8a4e974b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -27,7 +27,6 @@
#include "e-util/e-dialog-utils.h"
#include "e-util/e-gtk-utils.h"
#include "e-util/e-bconf-map.h"
-#include "e-util/e-passwords.h"
#include <e-util/e-icon-factory.h>
#include "e-shell-constants.h"
@@ -66,6 +65,8 @@
#include <bonobo-activation/bonobo-activation.h>
+#include <libedataserverui/e-passwords.h>
+
#include <glade/glade.h>
#include "e-config-upgrade.h"