From cacc7b86e15415fb260a506eec728c2c4723f15c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Sep 2006 17:26:32 +0000 Subject: ** Fixes #351332 2006-09-18 Matthew Barnes ** Fixes #351332 * e-shell-window.c: Fix implicit function declarations. svn path=/trunk/; revision=32792 --- shell/ChangeLog | 6 ++++++ shell/e-shell-window.c | 7 +++++++ 2 files changed, 13 insertions(+) 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 + + ** Fixes #351332 + + * e-shell-window.c: Fix implicit function declarations. + 2006-09-14 Andre Klapper * 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 +#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 -- cgit v1.2.3