From a3a0e1867e461f43c2594d4a924f8eacb6153262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 23 Oct 2013 23:36:04 -0700 Subject: [PATCH] shell: Add the right output object to the shell output_list Error on my part while renaming the shell_output variable. --- src/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell.c b/src/shell.c index 8f17e898..fdc163e4 100644 --- a/src/shell.c +++ b/src/shell.c @@ -4651,7 +4651,7 @@ create_shell_output(struct desktop_shell *shell, shell_output->destroy_listener.notify = handle_output_destroy; wl_signal_add(&output->destroy_signal, &shell_output->destroy_listener); - wl_list_insert(shell->output_list.prev, &output->link); + wl_list_insert(shell->output_list.prev, &shell_output->link); } static void