diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-10 07:01:03 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-10 07:01:03 +0800 |
commit | 17f64223d5856bc3897cc6eb460f3a8764b48ae8 (patch) | |
tree | 14b744f3981b76e721d3fa58315413783d576555 /composer/e-msg-composer-address-dialog.c | |
parent | d83e3ba3128794bf8b5fba06df9c550d56ef51ee (diff) | |
download | gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.tar gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.tar.gz gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.tar.bz2 gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.tar.lz gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.tar.xz gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.tar.zst gsoc2013-evolution-17f64223d5856bc3897cc6eb460f3a8764b48ae8.zip |
Fixed some warnings.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* e-msg-composer-address-dialog.c: Fixed some warnings.
* e-msg-composer-hdrs.c: Switched the composer to use an EEntry
for the subject field.
* e-msg-composer.c: Changed the non scaling objects in this vbox
to be FALSE, FALSE instead of FALSE, TRUE.
svn path=/trunk/; revision=4675
Diffstat (limited to 'composer/e-msg-composer-address-dialog.c')
-rw-r--r-- | composer/e-msg-composer-address-dialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/composer/e-msg-composer-address-dialog.c b/composer/e-msg-composer-address-dialog.c index 42a594756d..5eec51c435 100644 --- a/composer/e-msg-composer-address-dialog.c +++ b/composer/e-msg-composer-address-dialog.c @@ -166,7 +166,6 @@ paste_recipient_cb (GtkWidget *widget, { RecipientListInfo *info; GdkAtom atom; - gchar *text[2]; info = (RecipientListInfo *) data; @@ -439,8 +438,6 @@ static void destroy (GtkObject *object) { EMsgComposerAddressDialog *dialog; - GtkCList *address_clist; - GList *p; dialog = E_MSG_COMPOSER_ADDRESS_DIALOG (object); @@ -614,7 +611,6 @@ static GList * get_list (EMsgComposerAddressDialog *dialog, const gchar *clist_name) { - GtkCList *address_clist; GtkCList *clist; GList *list; guint i; |