Correct spelling of Ambiance theme (still doesn't work though)

This commit is contained in:
Robert Ancell
2014-05-28 15:34:29 +02:00
parent d3566a9370
commit 2ffc1945ad

View File

@@ -383,7 +383,7 @@ gdk_mir_screen_get_setting (GdkScreen *screen,
if (strcmp (name, "gtk-theme-name") == 0)
{
g_value_set_string (value, "Ambience");
g_value_set_string (value, "Ambiance");
return TRUE;
}