diff options
Diffstat (limited to 'widgets/misc/e-attachment-bar.h')
-rw-r--r-- | widgets/misc/e-attachment-bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment-bar.h b/widgets/misc/e-attachment-bar.h index d3896015be..638bc5cd3c 100644 --- a/widgets/misc/e-attachment-bar.h +++ b/widgets/misc/e-attachment-bar.h @@ -81,7 +81,7 @@ void e_attachment_bar_remove_selected (EAttachmentBar *bar); GtkWidget ** e_attachment_bar_get_selector(EAttachmentBar *bar); GSList *e_attachment_bar_get_parts (EAttachmentBar *bar); GSList *e_attachment_bar_get_selected (EAttachmentBar *bar); -void e_attachment_bar_refresh (EAttachmentBar *bar); +void e_attachment_bar_set_width(EAttachmentBar *bar, int bar_width); #ifdef __cplusplus } #endif /* __cplusplus */ |