Do not conditionalize Speed Dial preference on Gtk 2.14
This commit is contained in:
parent
696b6eab77
commit
c474363de2
1 changed files with 0 additions and 4 deletions
|
@ -592,11 +592,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
|
||||||
_("Show speed dial in new tabs"),
|
_("Show speed dial in new tabs"),
|
||||||
_("Show speed dial in newly opened tabs"),
|
_("Show speed dial in newly opened tabs"),
|
||||||
TRUE,
|
TRUE,
|
||||||
#if GTK_CHECK_VERSION (2, 14, 0)
|
|
||||||
flags));
|
flags));
|
||||||
#else
|
|
||||||
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_DOWNLOAD_FOLDER,
|
PROP_DOWNLOAD_FOLDER,
|
||||||
|
|
Loading…
Reference in a new issue