Skip to content

Commit

Permalink
App: remove ancient gala notification schema (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Aug 19, 2024
1 parent b1330d4 commit c93367b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Backend/App.vala
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ public class Backend.App : Object {

string child_schema_id = "io.elementary.notifications.applications";
string child_path = "/io/elementary/notifications/applications/%s/";
if (GLib.SettingsSchemaSource.get_default ().lookup (child_schema_id, true) == null) {
child_schema_id = "org.pantheon.desktop.gala.notifications.application";
child_path = "/org/pantheon/desktop/gala/notifications/applications/%s/";
}

settings = new Settings.full (
SettingsSchemaSource.get_default ().lookup (child_schema_id, true),
Expand Down

0 comments on commit c93367b

Please sign in to comment.