From 91a6b6899e5568ed34f913bedb538dd6c9e35b32 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Aug 2008 02:04:44 +0000 Subject: Commit progress, which breaks everything. svn path=/branches/kill-bonobo/; revision=35930 --- shell/e-shell-window-private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-shell-window-private.h') diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index deb27e85f5..53a086fba9 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -33,6 +33,10 @@ #include "e-online-button.h" #include "e-sidebar.h" +#define E_SHELL_WINDOW_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE \ + ((obj), E_TYPE_SHELL_WINDOW, EShellWindowPrivate)) + /* Shorthand, requires a variable named "window". */ #define ACTION(name) (E_SHELL_WINDOW_ACTION_##name (window)) #define ACTION_GROUP(name) (E_SHELL_WINDOW_ACTION_GROUP_##name (window)) -- cgit v1.2.3