File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4111,11 +4111,6 @@ nemo_places_sidebar_init (NemoPlacesSidebar *sidebar)
4111
4111
GtkTreeSelection * selection ;
4112
4112
GtkStyleContext * style_context ;
4113
4113
4114
- gtk_icon_size_lookup (GTK_ICON_SIZE_MENU , & menu_icon_pixels , NULL );
4115
- EJECT_ICON_SIZE_NOT_HOVERED = gtk_icon_size_register ("menu-icon-size-small" ,
4116
- menu_icon_pixels - EJECT_ICON_SIZE_REDUCTION ,
4117
- menu_icon_pixels - EJECT_ICON_SIZE_REDUCTION );
4118
-
4119
4114
sidebar -> action_manager = nemo_action_manager_new ();
4120
4115
sidebar -> actions_changed_id = g_signal_connect_swapped (sidebar -> action_manager ,
4121
4116
"changed" ,
@@ -4489,6 +4484,11 @@ nemo_places_sidebar_class_init (NemoPlacesSidebarClass *class)
4489
4484
4490
4485
widget_class -> style_set = nemo_places_sidebar_style_set ;
4491
4486
widget_class -> focus = nemo_places_sidebar_focus ;
4487
+
4488
+ gtk_icon_size_lookup (GTK_ICON_SIZE_MENU , & menu_icon_pixels , NULL );
4489
+ EJECT_ICON_SIZE_NOT_HOVERED = gtk_icon_size_register ("menu-icon-size-small" ,
4490
+ menu_icon_pixels - EJECT_ICON_SIZE_REDUCTION ,
4491
+ menu_icon_pixels - EJECT_ICON_SIZE_REDUCTION );
4492
4492
}
4493
4493
4494
4494
static gboolean
You can’t perform that action at this time.
0 commit comments