[gtk+] inspector: Use Adwaita as default theme
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] inspector: Use Adwaita as default theme
- Date: Sat, 14 Jun 2014 04:15:41 +0000 (UTC)
commit aba6871dbacaaa77b4c6c2634c84716dad5ea2d4
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 14 00:15:09 2014 -0400
inspector: Use Adwaita as default theme
gtk/inspector/visual.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c
index 0130c39..64048b2 100644
--- a/gtk/inspector/visual.c
+++ b/gtk/inspector/visual.c
@@ -188,7 +188,7 @@ init_theme (GtkInspectorVisual *vis)
#ifdef G_OS_WIN32
g_hash_table_add (t, g_strdup ("gtk-win32"));
#else
- g_hash_table_add (t, g_strdup ("Raleigh"));
+ g_hash_table_add (t, g_strdup ("Adwaita"));
#endif
fill_gtk (themedir, t);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]