aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2006-09-19 01:31:23 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2006-09-19 01:31:23 +0800
commit4397b37fb978e2bb4d1bbc507a24ca76263b8bd0 (patch)
treee64f861574eedb50842f9bf7b459567776e792d0 /widgets
parentcacc7b86e15415fb260a506eec728c2c4723f15c (diff)
downloadgsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.tar
gsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.tar.gz
gsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.tar.bz2
gsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.tar.lz
gsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.tar.xz
gsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.tar.zst
gsoc2013-evolution-4397b37fb978e2bb4d1bbc507a24ca76263b8bd0.zip
** Fixes bug #351332
2006-09-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #351332 * misc/e-attachment-bar.h: Fix implicit function declarations. svn path=/trunk/; revision=32793
Diffstat (limited to 'widgets')
-rw-r--r--widgets/ChangeLog6
-rw-r--r--widgets/misc/e-attachment-bar.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 5e75b70b4b..7d34205ba7 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-18 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #351332
+
+ * misc/e-attachment-bar.h: Fix implicit function declarations.
+
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #352450
diff --git a/widgets/misc/e-attachment-bar.h b/widgets/misc/e-attachment-bar.h
index 0acccf742a..2099d5714a 100644
--- a/widgets/misc/e-attachment-bar.h
+++ b/widgets/misc/e-attachment-bar.h
@@ -82,6 +82,7 @@ GSList *e_attachment_bar_get_parts (EAttachmentBar *bar);
GSList *e_attachment_bar_get_selected (EAttachmentBar *bar);
void e_attachment_bar_set_width(EAttachmentBar *bar, int bar_width);
GSList * e_attachment_bar_get_all_attachments (EAttachmentBar *bar);
+void e_attachment_bar_create_attachment_cache (EAttachment *attachment);
#ifdef __cplusplus
}