From e81883304c118abc3f8b7198cdc336a9a10f6571 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 7 Jan 2018 14:45:28 +0100 Subject: Fix: make the list of recently used files working again Problem since the commit: https://github.com/mate-desktop/pluma/commit/8b6bae32d3bc41657da2361452ab00617319cf58 --- pluma/pluma-tab.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.1