diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 10:04:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 10:04:44 +0800 |
commit | 91a6b6899e5568ed34f913bedb538dd6c9e35b32 (patch) | |
tree | 972b7185e7c71cff2eac23e7921aa6f679d9ad9b /shell/e-shell-window-private.h | |
parent | 03a3e6f84638c62c7848eee4d6f71cc4b1a7c1b8 (diff) | |
download | gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.gz gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.bz2 gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.lz gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.xz gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.tar.zst gsoc2013-evolution-91a6b6899e5568ed34f913bedb538dd6c9e35b32.zip |
Commit progress, which breaks everything.
svn path=/branches/kill-bonobo/; revision=35930
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |