Don't assign boolean to icon_size variable
This commit is contained in:
parent
910196fb1a
commit
023c64fa97
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,7 @@ midori_view_web_view_resource_request_cb (WebKitWebView* web_view,
|
|||
}
|
||||
|
||||
/* If available, load SVG icon as SVG markup */
|
||||
icon_size = gtk_icon_size_lookup_for_settings (
|
||||
gtk_icon_size_lookup_for_settings (
|
||||
gtk_widget_get_settings (GTK_WIDGET (view)),
|
||||
icon_size, &real_icon_size, &real_icon_size);
|
||||
icon_info = gtk_icon_theme_lookup_icon (icon_theme, icon_name,
|
||||
|
|
Loading…
Reference in a new issue