From bc1405c9f54e19e74f973581130229ef1053ff9c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 2 Aug 2013 14:37:13 +0200 Subject: Support HiDpi icons Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7 --- src/caja-window-toolbars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-window-toolbars.c') diff --git a/src/caja-window-toolbars.c b/src/caja-window-toolbars.c index 0ad576fa..1611e16e 100644 --- a/src/caja-window-toolbars.c +++ b/src/caja-window-toolbars.c @@ -181,7 +181,7 @@ caja_navigation_window_load_extension_toolbar_items (CajaNavigationWindow *windo { item = CAJA_MENU_ITEM (l->data); - action = caja_toolbar_action_from_menu_item (item); + action = caja_toolbar_action_from_menu_item (item, GTK_WIDGET (window)); gtk_action_group_add_action (action_group, GTK_ACTION (action)); -- cgit v1.2.1