patches: fix gnome-control-center patchset
This commit is contained in:
parent
707ba820b3
commit
a9b968aea5
1 changed files with 21 additions and 0 deletions
|
@ -380,6 +380,27 @@ index 0de1ca9..9d9b9c7 100644
|
|||
g_type_ensure (CC_TYPE_BALANCE_SLIDER);
|
||||
g_type_ensure (CC_TYPE_DEVICE_COMBO_BOX);
|
||||
g_type_ensure (CC_TYPE_FADE_SLIDER);
|
||||
diff --git a/panels/sound/cc-sound-panel.ui b/panels/sound/cc-sound-panel.ui
|
||||
index dadf96a..b30b954 100644
|
||||
--- a/panels/sound/cc-sound-panel.ui
|
||||
+++ b/panels/sound/cc-sound-panel.ui
|
||||
@@ -307,16 +307,6 @@
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
- <child>
|
||||
- <object class="AdwPreferencesGroup">
|
||||
- <property name="title" translatable="yes">Alert Sound</property>
|
||||
- <child>
|
||||
- <object class="CcAlertChooser">
|
||||
- <property name="hexpand">True</property>
|
||||
- </object>
|
||||
- </child>
|
||||
- </object>
|
||||
- </child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
diff --git a/panels/sound/meson.build b/panels/sound/meson.build
|
||||
index dd8d0b6..6367db2 100644
|
||||
--- a/panels/sound/meson.build
|
||||
|
|
Loading…
Reference in a new issue