aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-display.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-07-22 21:18:40 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-07-22 21:18:40 +0800
commit4db0f79023ba5ee3b70e2827cb2c7dc5808f105b (patch)
tree0f2a8e93720866aabf88acd0f5ede3560313cc2e /addressbook/gui/widgets/eab-contact-display.h
parent1e7002dcb80baed55cef60886ec64fda65756153 (diff)
downloadgsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.gz
gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.zst
gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.zip
but buttons to button box, use vbox instead of table
2004-07-19 Radek Doulik <rodo@ximian.com> * gui/widgets/eab-vcard-control.c (eab_vcard_control_new): but buttons to button box, use vbox instead of table * gui/widgets/eab-contact-display.c: base this widget directly on gtkhtml * gui/widgets/e-addressbook-view.c (eab_view_new): put contact display in scrolled window svn path=/trunk/; revision=26703
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-display.h')
-rw-r--r--addressbook/gui/widgets/eab-contact-display.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.h b/addressbook/gui/widgets/eab-contact-display.h
index e7f47031ce..08c3936cad 100644
--- a/addressbook/gui/widgets/eab-contact-display.h
+++ b/addressbook/gui/widgets/eab-contact-display.h
@@ -23,7 +23,6 @@
#ifndef _EAB_CONTACT_DISPLAY_H_
#define _EAB_CONTACT_DISPLAY_H_
-#include <gtk/gtkvbox.h>
#include <gtkhtml/gtkhtml.h>
#include <libebook/e-contact.h>
@@ -43,13 +42,13 @@ typedef enum {
} EABContactDisplayRenderMode;
struct _EABContactDisplay {
- GtkVBox parent;
+ GtkHTML parent;
EABContactDisplayPrivate *priv;
};
struct _EABContactDisplayClass {
- GtkVBoxClass parent_class;
+ GtkHTMLClass parent_class;
};
GtkType eab_contact_display_get_type (void);