[gtk+/win32-theme2: 18/18] win32: Default to gtk-win32 theme
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/win32-theme2: 18/18] win32: Default to gtk-win32 theme
- Date: Fri, 18 Nov 2011 15:58:58 +0000 (UTC)
commit 88d059ff09a551b81c19076102fad76561a9ec6e
Author: Alexander Larsson <alexl redhat com>
Date: Fri Nov 18 16:53:18 2011 +0100
win32: Default to gtk-win32 theme
gtk/gtksettings.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index fc6378d..92d5fdb 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -401,7 +401,11 @@ 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",
+#else
"Raleigh",
+#endif
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_THEME_NAME);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]