From f14152fe1764883db2b321c30a6b1325f9308148 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 24 Jun 2010 22:37:12 +0200 Subject: [PATCH] Don't hardcode toolbar icon style on Windows --- midori/midori-browser.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 75c5f314..e42bd7c2 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -6367,11 +6367,7 @@ _midori_browser_set_toolbar_style (MidoriBrowser* browser, GtkSettings* gtk_settings = gtk_widget_get_settings (GTK_WIDGET (browser)); g_object_get (gtk_settings, "gtk-toolbar-icon-size", &icon_size, NULL); if (toolbar_style == MIDORI_TOOLBAR_DEFAULT && gtk_settings) - #ifdef G_OS_WIN32 - gtk_toolbar_style = GTK_TOOLBAR_ICONS; - #else g_object_get (gtk_settings, "gtk-toolbar-style", >k_toolbar_style, NULL); - #endif else { switch (toolbar_style)