default-apps: Port to GTK4
An easy one, mostly removing code from the UI file.
This commit is contained in:
parent
9995a3bb79
commit
b9064cf2f6
4 changed files with 51 additions and 111 deletions
|
@ -38,7 +38,7 @@
|
|||
#endif /* BUILD_BLUETOOTH */
|
||||
//extern GType cc_color_panel_get_type (void);
|
||||
//extern GType cc_date_time_panel_get_type (void);
|
||||
//extern GType cc_default_apps_panel_get_type (void);
|
||||
extern GType cc_default_apps_panel_get_type (void);
|
||||
//extern GType cc_display_panel_get_type (void);
|
||||
extern GType cc_info_overview_panel_get_type (void);
|
||||
//extern GType cc_keyboard_panel_get_type (void);
|
||||
|
@ -105,7 +105,7 @@ static CcPanelLoaderVtable default_panels[] =
|
|||
PANEL_TYPE("camera", cc_camera_panel_get_type, NULL),
|
||||
//PANEL_TYPE("color", cc_color_panel_get_type, NULL),
|
||||
//PANEL_TYPE("datetime", cc_date_time_panel_get_type, NULL),
|
||||
//PANEL_TYPE("default-apps", cc_default_apps_panel_get_type, NULL),
|
||||
PANEL_TYPE("default-apps", cc_default_apps_panel_get_type, NULL),
|
||||
//PANEL_TYPE("diagnostics", cc_diagnostics_panel_get_type, cc_diagnostics_panel_static_init_func),
|
||||
//PANEL_TYPE("display", cc_display_panel_get_type, NULL),
|
||||
PANEL_TYPE("info-overview", cc_info_overview_panel_get_type, NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue