summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-06-16 12:07:04 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-06-16 12:07:04 +0800
commitcf8eaebc072c3b0bf399d082212e3a81d07b6d08 (patch)
tree0992180a34cc6bacf54b0aa32663380f241eb93d
parent715b8744f58fe10b77da03b14422447f2ae61163 (diff)
downloadgtk+-cf8eaebc072c3b0bf399d082212e3a81d07b6d08.tar.gz
GtkInspector: Use Adwaita by Default on Windows Too
As we are using Adwaita by default on all platforms, do the same for GtkInspector, to be consistent with the rest of GTK+.
-rw-r--r--gtk/inspector/visual.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c
index 64048b2f7c..435198aeac 100644
--- a/gtk/inspector/visual.c
+++ b/gtk/inspector/visual.c
@@ -185,11 +185,7 @@ init_theme (GtkInspectorVisual *vis)
gchar *themedir = get_data_path ("themes");
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
-#ifdef G_OS_WIN32
- g_hash_table_add (t, g_strdup ("gtk-win32"));
-#else
g_hash_table_add (t, g_strdup ("Adwaita"));
-#endif
fill_gtk (themedir, t);