aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-window.c7
2 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 76ed82e7c3..d5e98a5053 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-18 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes #351332
+
+ * e-shell-window.c: Fix implicit function declarations.
+
2006-09-14 Andre Klapper <a9016009@gmx.de>
* main.c: update last stable version number from 2.6.3 to 2.8.0
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 711f265e35..d5773baabd 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -58,6 +58,13 @@
#include <string.h>
+#ifdef NM_SUPPORT_GLIB
+void e_shell_nm_glib_initialise (EShellWindow *window);
+void e_shell_nm_glib_dispose (EShellWindow *window);
+#elif NM_SUPPORT
+void e_shell_dbus_initialise (EShellWindow *window);
+void e_shell_dbus_dispose (EShellWindow *window);
+#endif
/* A view for each component. These are all created when EShellWindow is
instantiated, but with the widget pointers to NULL and the page number set