diff options
-rw-r--r-- | pluma/pluma-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-tab.c b/pluma/pluma-tab.c index 769b406f..832556b8 100644 --- a/pluma/pluma-tab.c +++ b/pluma/pluma-tab.c @@ -1719,7 +1719,7 @@ _pluma_tab_get_name (PlumaTab *tab) } else { - #if 0 +#if 0 if (pluma_document_get_readonly (doc)) { tab_name = g_strdup_printf ("%s [%s]", docname, |