diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-07 05:10:09 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-07 05:10:09 +0800 |
commit | 0c3101c24a3bb76c57d545ba6071acee529ee3a8 (patch) | |
tree | 0f0eba5989890d4a10e845f9f16e66708bdd88ce /widgets/e-msg-composer-attachment.c | |
parent | b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5 (diff) | |
download | gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.gz gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.bz2 gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.lz gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.xz gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.zst gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.zip |
Some initial work on the dialog for entering addresses from the address book.
svn path=/trunk/; revision=1370
Diffstat (limited to 'widgets/e-msg-composer-attachment.c')
-rw-r--r-- | widgets/e-msg-composer-attachment.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/e-msg-composer-attachment.c b/widgets/e-msg-composer-attachment.c index 9e0f7e218e..c9e5029c9b 100644 --- a/widgets/e-msg-composer-attachment.c +++ b/widgets/e-msg-composer-attachment.c @@ -29,7 +29,7 @@ enum { CHANGED, LAST_SIGNAL }; -guint signals[LAST_SIGNAL] = { 0 }; +static guint signals[LAST_SIGNAL] = { 0 }; static GtkObjectClass *parent_class = NULL; @@ -90,7 +90,6 @@ real_changed (EMsgComposerAttachment *msg_composer_attachment) { g_return_if_fail (msg_composer_attachment != NULL); g_return_if_fail (E_IS_MSG_COMPOSER_ATTACHMENT (msg_composer_attachment)); - } |