Skip to content

Commit

Permalink
RDNN animations schema (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Aug 19, 2024
1 parent 408854b commit 7058399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/gala.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</key>
</schema>

<schema path="/org/pantheon/desktop/gala/animations/" id="org.pantheon.desktop.gala.animations">
<schema path="/io/elementary/desktop/wm/animations/" id="io.elementary.desktop.wm.animations">
<key type="b" name="enable-animations">
<default>true</default>
<summary>Enable Animations</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/WindowManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace Gala {
info = Meta.PluginInfo () {name = "Gala", version = Config.VERSION, author = "Gala Developers",
license = "GPLv3", description = "A nice elementary window manager"};

animations_settings = new GLib.Settings (Config.SCHEMA + ".animations");
animations_settings = new GLib.Settings ("io.elementary.desktop.wm.animations");
animations_settings.bind ("enable-animations", this, "enable-animations", GLib.SettingsBindFlags.GET);
behavior_settings = new GLib.Settings (Config.SCHEMA + ".behavior");
new_behavior_settings = new GLib.Settings ("io.elementary.desktop.wm.behavior");
Expand Down

0 comments on commit 7058399

Please sign in to comment.