display: Fix wrong widget type used
This commit is contained in:
parent
73469d3ba2
commit
f00a5e20cb
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ struct _CcDisplayPanel
|
||||||
GtkComboBox *output_selection_combo;
|
GtkComboBox *output_selection_combo;
|
||||||
GtkStack *output_selection_stack;
|
GtkStack *output_selection_stack;
|
||||||
GtkButtonBox *output_selection_two_buttonbox;
|
GtkButtonBox *output_selection_two_buttonbox;
|
||||||
GtkButtonBox *output_selection_two_first;
|
GtkRadioButton *output_selection_two_first;
|
||||||
GtkButtonBox *output_selection_two_second;
|
GtkRadioButton *output_selection_two_second;
|
||||||
HdyComboRow *primary_display_row;
|
HdyComboRow *primary_display_row;
|
||||||
GtkWidget *stack_switcher;
|
GtkWidget *stack_switcher;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue