Fix fallout of r162

This commit is contained in:
Rico Tzschichholz 2012-07-23 18:13:01 +02:00
parent 3e0b3b29e9
commit 8debf1d041

View File

@ -28,7 +28,7 @@ namespace Gala
private BehaviorSettings ()
{
base (SCHEMA+".behavior");
base (Config.SCHEMA + ".behavior");
}
public static BehaviorSettings get_default ()
@ -51,7 +51,7 @@ namespace Gala
private AppearanceSettings ()
{
base (SCHEMA+".appearance");
base (Config.SCHEMA + ".appearance");
}
public static AppearanceSettings get_default ()
@ -75,7 +75,7 @@ namespace Gala
private ShadowSettings ()
{
base (SCHEMA+".shadows");
base (Config.SCHEMA + ".shadows");
}
public static ShadowSettings get_default ()
@ -112,7 +112,7 @@ namespace Gala
private AnimationSettings ()
{
base (SCHEMA+".animations");
base (Config.SCHEMA + ".animations");
}
public static AnimationSettings get_default ()