From 4db0f79023ba5ee3b70e2827cb2c7dc5808f105b Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 22 Jul 2004 13:18:40 +0000 Subject: but buttons to button box, use vbox instead of table 2004-07-19 Radek Doulik * 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 --- addressbook/gui/widgets/eab-contact-display.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/widgets/eab-contact-display.h') 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 #include #include @@ -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); -- cgit