diff options
author | rbuj <[email protected]> | 2019-06-16 13:37:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 00:08:02 +0200 |
commit | d4a862454a8eab5ac2002493749dadc20e16974d (patch) | |
tree | 62ebd9bac75a3ff336e195999dcd31691cab1669 /src/caja-navigation-window-pane.c | |
parent | 25ffc1e58eeb5c2faef66eba1ac58bf0ac19ff67 (diff) | |
download | caja-d4a862454a8eab5ac2002493749dadc20e16974d.tar.bz2 caja-d4a862454a8eab5ac2002493749dadc20e16974d.tar.xz |
Remove trailing whitespaces
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Diffstat (limited to 'src/caja-navigation-window-pane.c')
-rw-r--r-- | src/caja-navigation-window-pane.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/caja-navigation-window-pane.c b/src/caja-navigation-window-pane.c index a6aa3b5f..e0198243 100644 --- a/src/caja-navigation-window-pane.c +++ b/src/caja-navigation-window-pane.c @@ -62,7 +62,7 @@ real_set_active (CajaWindowPane *pane, gboolean is_active) /* navigation bar (manual entry) */ caja_location_bar_set_active (CAJA_LOCATION_BAR (nav_pane->navigation_bar), is_active); - + /* location button */ gtk_widget_set_sensitive (gtk_bin_get_child (GTK_BIN (nav_pane->location_button)), is_active); } @@ -490,7 +490,7 @@ notebook_switch_page_cb (GtkNotebook *notebook, g_assert (slot != NULL); caja_window_set_active_slot (slot->pane->window, slot); - + caja_window_slot_update_icon (slot); return FALSE; @@ -642,7 +642,7 @@ caja_navigation_window_pane_always_use_location_entry (CajaNavigationWindowPane { caja_navigation_window_pane_set_bar_mode (pane, CAJA_BAR_PATH); } - + g_signal_handlers_block_by_func (pane->location_button, G_CALLBACK (location_button_toggled_cb), pane); @@ -808,7 +808,7 @@ caja_navigation_window_pane_set_bar_mode (CajaNavigationWindowPane *pane, gtk_widget_hide (pane->navigation_bar); break; } - + if (mode == CAJA_BAR_NAVIGATION || mode == CAJA_BAR_PATH) { use_entry = (mode == CAJA_BAR_NAVIGATION); |