diff options
author | bl0ckeduser <[email protected]> | 2016-08-19 17:16:48 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-15 07:04:13 +0200 |
commit | 887c8e8608f51f59bf520ba691e9eb9077d8e92d (patch) | |
tree | 95333d7b6002886f724b532a5df883a620aac19c /src | |
parent | 3394cacdc1a97909c64c603314a728c51047ee47 (diff) | |
download | caja-887c8e8608f51f59bf520ba691e9eb9077d8e92d.tar.bz2 caja-887c8e8608f51f59bf520ba691e9eb9077d8e92d.tar.xz |
Fix for #492
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-navigation-window-pane.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/caja-navigation-window-pane.c b/src/caja-navigation-window-pane.c index cde3d520..49a80cb4 100644 --- a/src/caja-navigation-window-pane.c +++ b/src/caja-navigation-window-pane.c @@ -28,6 +28,7 @@ #include "caja-pathbar.h" #include "caja-location-bar.h" #include "caja-notebook.h" +#include "caja-window-slot.h" #include <libcaja-private/caja-global-preferences.h> #include <libcaja-private/caja-window-slot-info.h> @@ -579,6 +580,8 @@ 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; } |