aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-08 23:15:17 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-08 23:15:17 +0800
commit7903e73970cbf89f4a49c5f7083b205b8670d0be (patch)
tree9aed345b4779b50668bee6a1f50fdb1fc0f59487 /shell/e-shell-window.c
parentcea054cd54d84479352a43bbabc19c9ce9af5efb (diff)
downloadgsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.gz
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.bz2
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.lz
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.xz
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.zst
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.zip
Fix some compilation errors.
svn path=/branches/kill-bonobo/; revision=35938
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 5a8215df97..81d2b82f5f 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -115,6 +115,12 @@ e_shell_window_get_type (void)
return type;
}
+GtkWidget *
+e_shell_window_new (void)
+{
+ return g_object_new (E_TYPE_SHELL_WINDOW, NULL);
+}
+
GtkUIManager *
e_shell_window_get_ui_manager (EShellWindow *window)
{