aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugin.h2
-rw-r--r--src/update_check.c2
2 files changed, 2 insertions, 2 deletions
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);