about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-07-10 08:55:06 -0400
committerJosh Rickmar <jrick@devio.us>2012-07-10 08:55:06 -0400
commit99d110cd74bbd08011a754d1c11a08e51a90debe (patch)
treeb8641edb041c2bf093d50d3ffc649168ba2f057b /xombrero.h
parent1132d68aa111a6ae3eb3df093811791415f2bdcc (diff)
downloadxombrero-99d110cd74bbd08011a754d1c11a08e51a90debe.tar.gz
Enable GTK3 as default on FreeBSD and Linux, and make attempts to
improve coloring when using other invasive GTK3 themes.  The URI bar
should now be colored correctly, unless explicitly overridden in a
user theme.
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xombrero.h b/xombrero.h
index 5ce02b9..bcd20cb 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -202,9 +202,7 @@ struct tab {
 	GtkWidget		*label;
 	GtkWidget		*spinner;
 	GtkWidget		*uri_entry;
-#if GTK_CHECK_VERSION(3, 0, 0)
-	GtkStyleContext		*default_style;
-#else
+#if !GTK_CHECK_VERSION(3, 0, 0)
 	GtkStyle		*default_style;
 #endif
 	GtkWidget		*search_entry;