X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-attachment-view.h;h=cd5a4a8f457590abd5f2890048634382325490d8;hb=fb20b9c67740dddfb1cd235692173e0495260bf3;hp=fe6416e69237412806513f8da5e09805493061cd;hpb=f65cf12510835b6adb63cf583872995940d6daa4;p=modest 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);