display: Fix wrong widget type used

This commit is contained in:
Robert Ancell 2019-11-20 12:42:25 +13:00 committed by Robert Ancell
parent 73469d3ba2
commit f00a5e20cb

View file

@ -110,8 +110,8 @@ struct _CcDisplayPanel
GtkComboBox *output_selection_combo;
GtkStack *output_selection_stack;
GtkButtonBox *output_selection_two_buttonbox;
GtkButtonBox *output_selection_two_first;
GtkButtonBox *output_selection_two_second;
GtkRadioButton *output_selection_two_first;
GtkRadioButton *output_selection_two_second;
HdyComboRow *primary_display_row;
GtkWidget *stack_switcher;
};