diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-07-21 14:01:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-07-21 14:13:06 -0400 |
commit | 0d71478237e1201b081bec8e86ef65fee191de50 (patch) | |
tree | ea4201b9adef3017c01340dac096d5e499752b44 | |
parent | 821955a998c848d114db18f016d81d82baff65dc (diff) | |
download | gtk+-0d71478237e1201b081bec8e86ef65fee191de50.tar.gz |
inspector: Offer Raleigh as a theme
As long as it is included, might as well offer it.
-rw-r--r-- | gtk/inspector/visual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c index 0fb6a80260..9e50e88d7f 100644 --- a/gtk/inspector/visual.c +++ b/gtk/inspector/visual.c @@ -208,6 +208,7 @@ init_theme (GtkInspectorVisual *vis) t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); g_hash_table_add (t, g_strdup ("Adwaita")); + g_hash_table_add (t, g_strdup ("Raleigh")); fill_gtk (themedir, t); |