Make Adwaita the default theme across platforms

This ensures that we have a polished out-of-the-box appearance
on all platforms.
This commit is contained in:
Matthias Clasen 2014-07-09 21:19:09 -04:00
parent 6abcda8391
commit f547466029

View File

@ -436,11 +436,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_string ("gtk-theme-name",
P_("Theme Name"),
P_("Name of theme to load"),
#ifdef G_OS_WIN32
_gtk_win32_theme_get_default (),
#else
DEFAULT_THEME_NAME,
#endif
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_THEME_NAME);