From c474363de24e374a0e28d3de76ddb5c1c349cafa Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 12 Jun 2009 23:16:57 +0200 Subject: [PATCH] Do not conditionalize Speed Dial preference on Gtk 2.14 --- midori/midori-websettings.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c index 2a92d2aa..a739c74a 100644 --- a/midori/midori-websettings.c +++ b/midori/midori-websettings.c @@ -592,11 +592,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class) _("Show speed dial in new tabs"), _("Show speed dial in newly opened tabs"), TRUE, - #if GTK_CHECK_VERSION (2, 14, 0) flags)); - #else - G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); - #endif g_object_class_install_property (gobject_class, PROP_DOWNLOAD_FOLDER,