shell: Add the right output object to the shell output_list

Error on my part while renaming the shell_output variable.
This commit is contained in:
Kristian Høgsberg 2013-10-23 23:36:04 -07:00
parent 6b48142f8a
commit a3a0e1867e

View file

@ -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