From fc06fff3379a6fa47d8acd2f8aa39719fd79b3c7 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 9 Dec 2010 01:33:30 +0000 Subject: win32: fixed crash on update check. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2743 ee746299-78ed-0310-b773-934348b2243d --- src/plugin.h | 2 +- src/update_check.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/plugin.h b/src/plugin.h index 60a0d263..ba30f226 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -286,6 +286,6 @@ gint syl_plugin_send_message_queue_all (FolderItem *queue, gboolean filter_msgs); gint syl_plugin_send_message_set_reply_flag (const gchar *reply_target, const gchar *msgid); -gint syl_plugin__send_message_set_forward_flags (const gchar *forward_targets); +gint syl_plugin_send_message_set_forward_flags (const gchar *forward_targets); #endif /* __PLUGIN_H__ */ diff --git a/src/update_check.c b/src/update_check.c index 2196afe9..defb4aeb 100644 --- a/src/update_check.c +++ b/src/update_check.c @@ -697,7 +697,7 @@ void update_check(gboolean show_dialog_always) if (!check_url) { #ifdef G_OS_WIN32 - g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=win", VERSION_URI); + g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=win", VERSION_URI, VERSION); #else if (strstr(TARGET_ALIAS, "linux")) g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=linux", VERSION_URI, VERSION); -- cgit v1.2.3