From: Christian Dywan Date: Thu, 24 Jun 2010 20:37:12 +0000 (+0200) Subject: Don't hardcode toolbar icon style on Windows X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14152fe1764883db2b321c30a6b1325f9308148;p=midori Don't hardcode toolbar icon style on Windows --- 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)