X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-attachment-view.h;h=cd5a4a8f457590abd5f2890048634382325490d8;hp=fe6416e69237412806513f8da5e09805493061cd;hb=0553c6bb55e67bd3451b3baeaa1c5d5334f859c5;hpb=f65cf12510835b6adb63cf583872995940d6daa4 diff --git a/src/widgets/modest-attachment-view.h b/src/widgets/modest-attachment-view.h index fe6416e..cd5a4a8 100644 --- a/src/widgets/modest-attachment-view.h +++ b/src/widgets/modest-attachment-view.h @@ -47,21 +47,19 @@ typedef struct _ModestAttachmentViewClass ModestAttachmentViewClass; struct _ModestAttachmentView { - GtkHBox parent; + GtkEventBox parent; }; struct _ModestAttachmentViewClass { - GtkHBoxClass parent_class; + GtkEventBoxClass parent_class; /* virtual methods */ TnyMimePart* (*get_part_func) (TnyMimePartView *self); void (*set_part_func) (TnyMimePartView *self, TnyMimePart *part); void (*clear_func) (TnyMimePartView *self); - /* signals */ - void (*activate) (ModestAttachmentView *attachment_view); }; GType modest_attachment_view_get_type (void);