aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2003-01-15 00:42:58 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-01-15 00:42:58 +0800
commitc2c386e480e6e0f8ae83d4093edb222cdd84cdc5 (patch)
tree57b3a5a5681af2997520c183bc3a7f0fcc910d73 /mail/mail-display.h
parente220812ac4ad4584f2063b83ad71dcc3adf2f559 (diff)
downloadgsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.tar
gsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.tar.gz
gsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.tar.bz2
gsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.tar.lz
gsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.tar.xz
gsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.tar.zst
gsoc2013-evolution-c2c386e480e6e0f8ae83d4093edb222cdd84cdc5.zip
EScrollFrame --> GtkScrolledWindow
svn path=/trunk/; revision=19440
Diffstat (limited to 'mail/mail-display.h')
-rw-r--r--mail/mail-display.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-display.h b/mail/mail-display.h
index c9fefb7e6a..98d6d787ad 100644
--- a/mail/mail-display.h
+++ b/mail/mail-display.h
@@ -25,11 +25,10 @@
#define _MAIL_DISPLAY_H_
#include <gtk/gtkvbox.h>
+#include <gtk/gtkscrolledwindow.h>
#include <gtkhtml/gtkhtml.h>
#include <gtkhtml/gtkhtml-stream.h>
-#include <gal/widgets/e-scroll-frame.h>
-
#include <camel/camel-stream.h>
#include <camel/camel-mime-message.h>
#include <camel/camel-medium.h>
@@ -50,7 +49,7 @@ struct _MailDisplay {
struct _MailDisplayPrivate *priv;
- EScrollFrame *scroll;
+ GtkScrolledWindow *scroll;
GtkHTML *html;
/* GtkHTMLStream *stream; */
gint redisplay_counter;