Skip to content

Commit e46c4c3

Browse files
authored
Rename schema file (#65)
1 parent 357c64a commit e46c4c3

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Diff for: data/org.mamolinux.theme-manager.gschema.xml.in

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<schemalist>
3+
<schema id="org.mamolinux.theme-manager" path="/org/mamolinux/theme-manager/">
4+
<child name="theme-settings" schema="org.mamolinux.theme-manager.ThemeSettings"/>
5+
<child name="time-settings" schema="org.mamolinux.theme-manager.TimeSettings"/>
6+
</schema>
7+
<schema id="org.mamolinux.theme-manager.ThemeSettings" path="/org/mamolinux/theme-manager/theme-settings">
8+
<key name="last-changed" type="i">
9+
<default>0</default>
10+
<summary>Theme update time</summary>
11+
<description>Last time when the theme was updated.</description>
12+
</key>
13+
</schema>
14+
</schemalist>

Diff for: data/org.x.theme-manager.gschema.xml.in

-5
This file was deleted.

Diff for: src/ThemeManager/gui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,5 +366,5 @@ def start_indicator(self, widget):
366366

367367

368368
def run_TMwindow():
369-
application = theme_manager("org.x.theme-manager", Gio.ApplicationFlags.FLAGS_NONE)
369+
application = theme_manager("org.mamolinux.theme-manager", Gio.ApplicationFlags.FLAGS_NONE)
370370
application.run()

0 commit comments

Comments
 (0)