Skip to content

Commit

Permalink
settings: Sort schemas list alphabetically
Browse files Browse the repository at this point in the history
No functional changes
  • Loading branch information
GeorgesStavracas committed Oct 18, 2023
1 parent 2bf8482 commit 48dad15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,15 @@ init_settings_table (XdpImplSettings *settings,
GHashTable *table)
{
static const char * const schemas[] = {
"org.gnome.desktop.a11y",
"org.gnome.desktop.a11y.interface",
"org.gnome.desktop.input-sources",
"org.gnome.desktop.interface",
"org.gnome.settings-daemon.peripherals.mouse",
"org.gnome.desktop.sound",
"org.gnome.desktop.privacy",
"org.gnome.desktop.sound",
"org.gnome.desktop.wm.preferences",
"org.gnome.settings-daemon.peripherals.mouse",
"org.gnome.settings-daemon.plugins.xsettings",
"org.gnome.desktop.a11y",
"org.gnome.desktop.a11y.interface",
"org.gnome.desktop.input-sources",
};
size_t i;
GSettingsSchemaSource *source = g_settings_schema_source_get_default ();
Expand Down

0 comments on commit 48dad15

Please sign in to comment.