[gtk+] inspector: Add HighContrast to built-in themes list
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] inspector: Add HighContrast to built-in themes list
- Date: Thu, 30 Oct 2014 16:52:56 +0000 (UTC)
commit cacda8086e851a8009d19ee7a59fb8d139de0ac5
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Oct 30 12:50:09 2014 -0400
inspector: Add HighContrast to built-in themes list
gtk/inspector/visual.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c
index 15b881c..e9b5f7d 100644
--- a/gtk/inspector/visual.c
+++ b/gtk/inspector/visual.c
@@ -208,7 +208,9 @@ 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);
+ /* Builtin themes */
g_hash_table_add (t, g_strdup ("Adwaita"));
+ g_hash_table_add (t, g_strdup ("HighContrast"));
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]