diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-08-11 12:24:17 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-08-11 12:24:17 +0800 |
commit | d3346e28f758a400fb4b31e16fcc11f059a5f9b1 (patch) | |
tree | 34abf9782f2cc0c2e5dcf0e5b2b27a0fa8e9b5ea /widgets/misc/e-attachment-bar.c | |
parent | a80ff8ee769b26022592bcbe173957fa31f34e61 (diff) | |
download | gsoc2013-evolution-d3346e28f758a400fb4b31e16fcc11f059a5f9b1.tar.gz gsoc2013-evolution-d3346e28f758a400fb4b31e16fcc11f059a5f9b1.tar.zst gsoc2013-evolution-d3346e28f758a400fb4b31e16fcc11f059a5f9b1.zip |
Added a function to force refresh/resize the icons.
2005-08-11 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment-bar.[ch] (e_attachment_bar_refresh): Added a function
to force refresh/resize the icons.
svn path=/trunk/; revision=30082
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; |