From e2816612c540513d8cd5ea1ad082cdc070e06fc4 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 17 Dec 2011 11:06:11 +0100 Subject: [PATCH] The dark themes are there since GTK+ 3.0 in fact The Since in the documentation is wrong. --- midori/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/main.c b/midori/main.c index 97cdde6e..3800457e 100644 --- a/midori/main.c +++ b/midori/main.c @@ -2177,7 +2177,7 @@ main (int argc, "strip-referer", TRUE, NULL); midori_browser_set_action_visible (browser, "Tools", FALSE); midori_browser_set_action_visible (browser, "ClearPrivateData", FALSE); - #if GTK_CHECK_VERSION (2, 22, 0) + #if GTK_CHECK_VERSION (3, 0, 0) g_object_set (gtk_widget_get_settings (GTK_WIDGET (browser)), "gtk-application-prefer-dark-theme", TRUE, NULL);