changeset 16757:35d9f1f79f06

update editor tab titles due to changed settings regarding the modifed state * file_editor_tab.cc(notice_settings): use isModified() for title update
author Torsten <ttl@justmail.de>
date Wed, 12 Jun 2013 20:11:34 +0200
parents d56cbc17566e
children 6a18ce4723f9
files libgui/src/m-editor/file-editor-tab.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc	Wed Jun 12 11:19:53 2013 -0400
+++ b/libgui/src/m-editor/file-editor-tab.cc	Wed Jun 12 20:11:34 2013 +0200
@@ -1244,6 +1244,7 @@
         (settings->value ("editor/tab_width",2).toInt ());
 
   _long_title = settings->value ("editor/longWindowTitle", false).toBool ();
+  update_window_title (_edit_area->isModified ());
 
 }