aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-11-02 14:48:34 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-11-02 14:48:34 +0800
commite7fa8245ccf248c858c304795138b4efd73e103e (patch)
treeac73cec8e2c64798399fc99e31a37df1278e14ee /shell/e-shell-view.h
parent3b60a3985590ec48406d99a788d96cb3e43c1d64 (diff)
downloadgsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.gz
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.bz2
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.lz
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.xz
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.zst
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.zip
The big api rename ...
2000-11-02 Michael Meeks <michael@helixcode.com> * The big api rename ... svn path=/trunk/; revision=6346
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 09b7a44f47..d3eb889fec 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -56,13 +56,13 @@ enum _EShellViewSubwindowMode {
typedef enum _EShellViewSubwindowMode EShellViewSubwindowMode;
struct _EShellView {
- BonoboWin parent;
+ BonoboWindow parent;
EShellViewPrivate *priv;
};
struct _EShellViewClass {
- BonoboWinClass parent_class;
+ BonoboWindowClass parent_class;
/* Signals. */
void (* shortcut_bar_mode_changed) (EShellView *shell_view, EShellViewSubwindowMode new_mode);