aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-10-24 13:10:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-10-24 13:10:42 +0800
commitd48348f3404f71dddfacfd348f035479d308dede (patch)
tree631e2e89b2219027735c10f9723f76ab6bd3e265 /mail/mail-send-recv.c
parent11f85495a9fb083e40ccc47c4ec533dbe6dea9e7 (diff)
downloadgsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.gz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.bz2
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.lz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.xz
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.tar.zst
gsoc2013-evolution-d48348f3404f71dddfacfd348f035479d308dede.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r--mail/mail-send-recv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 597ec61bf0..b0cff31a9d 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -122,7 +122,7 @@ struct _send_info {
gint pc;
GtkWidget *send_account_label;
- char *send_url;
+ gchar *send_url;
/*time_t update;*/
struct _send_data *data;
@@ -282,7 +282,7 @@ operation_status_timeout(gpointer data)
GTK_LABEL (info->status_label),
info->what);
if (info->send_url && info->send_account_label) {
- char *tmp = format_url (info->send_url, NULL);
+ gchar *tmp = format_url (info->send_url, NULL);
g_free (info->send_url);
info->send_url = NULL;
@@ -315,7 +315,7 @@ set_send_status(struct _send_info *info, const gchar *desc, gint pc)
}
static void
-set_send_account (struct _send_info *info, const char *account_url)
+set_send_account (struct _send_info *info, const gchar *account_url)
{
g_static_mutex_lock (&status_lock);