lock: Port to GTK4
This one was even more trivial than the previous one!
This commit is contained in:
parent
449c55be3a
commit
b965f7cf50
4 changed files with 13 additions and 30 deletions
|
@ -72,7 +72,7 @@ extern GType cc_location_panel_get_type (void);
|
|||
extern GType cc_camera_panel_get_type (void);
|
||||
//extern GType cc_microphone_panel_get_type (void);
|
||||
//extern GType cc_usage_panel_get_type (void);
|
||||
//extern GType cc_lock_panel_get_type (void);
|
||||
extern GType cc_lock_panel_get_type (void);
|
||||
//extern GType cc_diagnostics_panel_get_type (void);
|
||||
|
||||
/* Static init functions */
|
||||
|
@ -111,7 +111,7 @@ static CcPanelLoaderVtable default_panels[] =
|
|||
PANEL_TYPE("info-overview", cc_info_overview_panel_get_type, NULL),
|
||||
//PANEL_TYPE("keyboard", cc_keyboard_panel_get_type, NULL),
|
||||
PANEL_TYPE("location", cc_location_panel_get_type, NULL),
|
||||
//PANEL_TYPE("lock", cc_lock_panel_get_type, NULL),
|
||||
PANEL_TYPE("lock", cc_lock_panel_get_type, NULL),
|
||||
//PANEL_TYPE("microphone", cc_microphone_panel_get_type, NULL),
|
||||
//PANEL_TYPE("mouse", cc_mouse_panel_get_type, NULL),
|
||||
//PANEL_TYPE("multitasking", cc_multitasking_panel_get_type, NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue