diff options
author | Thomas Vander Stichele <thomasvs@src.gnome.org> | 2006-05-28 00:23:25 +0800 |
---|---|---|
committer | Thomas Vander Stichele <thomasvs@src.gnome.org> | 2006-05-28 00:23:25 +0800 |
commit | 68726d36212cbfbe2407910aaa30f51c535b71ba (patch) | |
tree | 7bb3fd2a797fb3b8d50e1a75b242ddf4df7db438 /widgets | |
parent | 09b0e98f80f6a156a1a10f9d0923ed250c13b2fe (diff) | |
download | gsoc2013-evolution-68726d36212cbfbe2407910aaa30f51c535b71ba.tar.gz gsoc2013-evolution-68726d36212cbfbe2407910aaa30f51c535b71ba.tar.zst gsoc2013-evolution-68726d36212cbfbe2407910aaa30f51c535b71ba.zip |
Fix compilation by adding missing (
* widgets/misc/e-attachment-bar.c: (update):
Fix compilation by adding missing (
svn path=/trunk/; revision=32046
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-attachment-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment-bar.c b/widgets/misc/e-attachment-bar.c index 02b78f1c76..88c0a50d74 100644 --- a/widgets/misc/e-attachment-bar.c +++ b/widgets/misc/e-attachment-bar.c @@ -401,7 +401,7 @@ update (EAttachmentBar *bar) else if (attachment->sign == CAMEL_CIPHER_VALIDITY_SIGN_GOOD) sign = e_icon_factory_get_icon ("stock_signature-ok", E_ICON_SIZE_MENU); else - sign = e_icon_factory_get_icon "stock_signature", E_ICON_SIZE_MENU); + sign = e_icon_factory_get_icon ("stock_signature", E_ICON_SIZE_MENU); x = gdk_pixbuf_get_width (pixbuf) - 17; y = gdk_pixbuf_get_height (pixbuf) - 17; |