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.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
4/cgit/cgit.cgi/freebsd-ports-gnome/commit/mail/thunderbird-dictionaries?h=gstreamer&id=70dc8c84a3438da6768fc35d508ad1d464b2c2f4'>- Use recently added MASTER_SITE_MOZDEVgarga2006-05-021-8/+2 * - Include EN_GB dictionary in port [1]tmclaugh2006-02-243-8/+11