We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162015e commit acdb7e2Copy full SHA for acdb7e2
src/caja-pathbar.c
@@ -817,7 +817,6 @@ caja_path_bar_size_allocate (GtkWidget *widget,
817
if (direction == GTK_TEXT_DIR_RTL)
818
{
819
child_allocation.x -= path_bar->spacing;
820
- down_slider_offset = child_allocation.x - widget_allocation.x - path_bar->slider_width;
821
down_slider_offset = child_allocation.x - allocation->x - path_bar->slider_width;
822
}
823
else
@@ -2058,7 +2057,6 @@ caja_path_bar_update_path (CajaPathBar *path_bar,
2058
2057
fake_root = NULL;
2059
result = TRUE;
2060
first_directory = TRUE;
2061
- last_directory = FALSE;
2062
new_buttons = NULL;
2063
current_button_data = NULL;
2064
0 commit comments