[gtk+] inspector: Offer Raleigh as a theme



commit 0d71478237e1201b081bec8e86ef65fee191de50
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 21 14:01:46 2014 -0400

    inspector: Offer Raleigh as a theme
    
    As long as it is included, might as well offer it.

 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 0fb6a80..9e50e88 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]