Consider a lack of updates a success.

This commit is contained in:
Steven Smith 2016-05-28 20:58:06 -07:00
parent b1b36b1e78
commit 31e9362f34

View File

@ -249,7 +249,7 @@ static void update_check_update(ui_view* view, void* data, float* progress, char
error_display_res(NULL, NULL, NULL, res, "Failed to check for update.");
}
} else {
prompt_display("Failure", "No updates available.", COLOR_TEXT, false, NULL, NULL, NULL, NULL);
prompt_display("Success", "No updates available.", COLOR_TEXT, false, NULL, NULL, NULL, NULL);
}
free(data);