about summary refs log tree commit diff stats
path: root/src/ui/window_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window_list.c')
-rw-r--r--src/ui/window_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window_list.c b/src/ui/window_list.c
index 2f95ff79..6ef166d5 100644
--- a/src/ui/window_list.c
+++ b/src/ui/window_list.c
@@ -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;