diff options
Diffstat (limited to 'widgets/misc/e-attachment-bar.c')
-rw-r--r-- | widgets/misc/e-attachment-bar.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-bar.c b/widgets/misc/e-attachment-bar.c index df13b456e6..c268724759 100644 --- a/widgets/misc/e-attachment-bar.c +++ b/widgets/misc/e-attachment-bar.c @@ -488,6 +488,12 @@ e_attachment_bar_remove_selected (EAttachmentBar *bar) } void +e_attachment_bar_refresh (EAttachmentBar *bar) +{ + update (bar); +} + +void e_attachment_bar_edit_selected (EAttachmentBar *bar) { GnomeIconList *icon_list; |