diff options
author | Pablo Barciela <[email protected]> | 2018-01-07 14:45:28 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-01-07 14:45:28 +0100 |
commit | e81883304c118abc3f8b7198cdc336a9a10f6571 (patch) | |
tree | 673e1931e95233cf83d4a87475891881d2a9c699 | |
parent | 8b6bae32d3bc41657da2361452ab00617319cf58 (diff) | |
download | pluma-e81883304c118abc3f8b7198cdc336a9a10f6571.tar.bz2 pluma-e81883304c118abc3f8b7198cdc336a9a10f6571.tar.xz |
Fix: make the list of recently used files working again
Problem since the commit:
https://github.com/mate-desktop/pluma/commit/8b6bae32d3bc41657da2361452ab00617319cf58
-rw-r--r-- | pluma/pluma-tab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pluma/pluma-tab.c b/pluma/pluma-tab.c index 8e0d4d47..02024e89 100644 --- a/pluma/pluma-tab.c +++ b/pluma/pluma-tab.c @@ -1031,6 +1031,8 @@ document_loaded (PlumaDocument *document, { GtkWidget *w; + pluma_tab_get_view (tab); + tab->priv->not_editable = TRUE; w = pluma_file_already_open_warning_message_area_new (uri); |