1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Merge branch 'master' into muc_roles

This commit is contained in:
James Booth 2014-09-30 00:27:35 +01:00
commit b7088363e6

View File

@ -207,7 +207,6 @@ _cons_check_version(gboolean not_available_msg)
if (release_is_new(latest_release)) {
win_save_vprint(console, '-', NULL, 0, 0, "", "A new version of Profanity is available: %s", latest_release);
win_save_println(console, "Check <http://www.profanity.im> for details.");
free(latest_release);
win_save_println(console, "");
} else {
if (not_available_msg) {
@ -218,6 +217,7 @@ _cons_check_version(gboolean not_available_msg)
cons_alert();
}
free(latest_release);
}
}