Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 695326 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-control-center-3.32.2.orig/panels/meson.build (-1 lines)
Lines 1-7 Link Here
1
subdir('common')
1
subdir('common')
2
2
3
panels = [
3
panels = [
4
  'applications',
5
  'background',
4
  'background',
6
  'color',
5
  'color',
7
  'datetime',
6
  'datetime',
(-)gnome-control-center-3.32.2.orig/shell/cc-panel-loader.c (-2 lines)
Lines 31-37 Link Here
31
#ifndef CC_PANEL_LOADER_NO_GTYPES
31
#ifndef CC_PANEL_LOADER_NO_GTYPES
32
32
33
/* Extension points */
33
/* Extension points */
34
extern GType cc_applications_panel_get_type (void);
35
extern GType cc_background_panel_get_type (void);
34
extern GType cc_background_panel_get_type (void);
36
#ifdef BUILD_BLUETOOTH
35
#ifdef BUILD_BLUETOOTH
37
extern GType cc_bluetooth_panel_get_type (void);
36
extern GType cc_bluetooth_panel_get_type (void);
Lines 84-90 Link Here
84
83
85
static CcPanelLoaderVtable default_panels[] =
84
static CcPanelLoaderVtable default_panels[] =
86
{
85
{
87
  PANEL_TYPE("applications",     cc_applications_panel_get_type,         NULL),
88
  PANEL_TYPE("background",       cc_background_panel_get_type,           NULL),
86
  PANEL_TYPE("background",       cc_background_panel_get_type,           NULL),
89
#ifdef BUILD_BLUETOOTH
87
#ifdef BUILD_BLUETOOTH
90
  PANEL_TYPE("bluetooth",        cc_bluetooth_panel_get_type,            NULL),
88
  PANEL_TYPE("bluetooth",        cc_bluetooth_panel_get_type,            NULL),

Return to bug 695326