Rename win_get_string -> win_to_string

This commit is contained in:
James Booth
2016-10-15 16:41:37 +01:00
parent 8cf9e0cccc
commit 6ed04d87b3
4 changed files with 4 additions and 4 deletions

View File

@@ -1051,7 +1051,7 @@ wins_create_summary(gboolean unread)
GString *line = g_string_new("");
int ui_index = GPOINTER_TO_INT(curr->data);
char *winstring = win_get_string(window);
char *winstring = win_to_string(window);
if (!winstring) {
g_string_free(line, TRUE);
continue;