Merge lp:~gala-dev/gala/no-theme-override into lp:gala

Proposed by Tom Beckmann
Status: Merged
Approved by: Rico Tzschichholz
Approved revision: 280
Merged at revision: 281
Proposed branch: lp:~gala-dev/gala/no-theme-override
Merge into: lp:gala
Diff against target: 38 lines (+0/-7)
3 files modified
data/org.pantheon.desktop.gala.gschema.xml (+0/-5)
src/Plugin.vala (+0/-1)
src/Settings.vala (+0/-1)
To merge this branch: bzr merge lp:~gala-dev/gala/no-theme-override
Reviewer Review Type Date Requested Status
Rico Tzschichholz Approve
Review via email: mp+144526@code.launchpad.net

Description of the change

Remove the theme key, properly this time.

To post a comment you must log in.
Revision history for this message
Rico Tzschichholz (ricotz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/org.pantheon.desktop.gala.gschema.xml'
--- data/org.pantheon.desktop.gala.gschema.xml 2012-12-24 11:34:41 +0000
+++ data/org.pantheon.desktop.gala.gschema.xml 2013-01-23 15:56:23 +0000
@@ -113,11 +113,6 @@
113 <summary>Arrangement of buttons on the titlebar</summary>113 <summary>Arrangement of buttons on the titlebar</summary>
114 <description>Arrangement of buttons on the titlebar. The value should be a string, such as "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. A special spacer tag can be used to insert some space between two adjacent buttons.</description>114 <description>Arrangement of buttons on the titlebar. The value should be a string, such as "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. A special spacer tag can be used to insert some space between two adjacent buttons.</description>
115 </key>115 </key>
116 <key type="s" name="theme">
117 <default>'elementary'</default>
118 <summary></summary>
119 <description></description>
120 </key>
121 <key type="b" name="dim-parents">116 <key type="b" name="dim-parents">
122 <default>false</default>117 <default>false</default>
123 <summary>Make parent windows that spawn a modal attached dialog being dimmed</summary>118 <summary>Make parent windows that spawn a modal attached dialog being dimmed</summary>
124119
=== modified file 'src/Plugin.vala'
--- src/Plugin.vala 2012-12-26 12:31:30 +0000
+++ src/Plugin.vala 2013-01-23 15:56:23 +0000
@@ -62,7 +62,6 @@
62 Prefs.override_preference_schema ("button-layout", Config.SCHEMA + ".appearance");62 Prefs.override_preference_schema ("button-layout", Config.SCHEMA + ".appearance");
63 Prefs.override_preference_schema ("edge-tiling", Config.SCHEMA + ".behavior");63 Prefs.override_preference_schema ("edge-tiling", Config.SCHEMA + ".behavior");
64 Prefs.override_preference_schema ("enable-animations", Config.SCHEMA + ".animations");64 Prefs.override_preference_schema ("enable-animations", Config.SCHEMA + ".animations");
65 Prefs.override_preference_schema ("theme", Config.SCHEMA + ".appearance");
66 }65 }
67 66
68 public override void start ()67 public override void start ()
6968
=== modified file 'src/Settings.vala'
--- src/Settings.vala 2012-10-27 00:16:50 +0000
+++ src/Settings.vala 2013-01-23 15:56:23 +0000
@@ -52,7 +52,6 @@
52 public class AppearanceSettings : Granite.Services.Settings52 public class AppearanceSettings : Granite.Services.Settings
53 {53 {
54 public string button_layout { get; set; }54 public string button_layout { get; set; }
55 public string theme { get; set; }
56 public bool attach_modal_dialogs { get; set; }55 public bool attach_modal_dialogs { get; set; }
57 public bool dim_parents { get; set; }56 public bool dim_parents { get; set; }
58 57

Subscribers

People subscribed via source and target branches