changeset 23178:6da3526ccf33 stable

fix settings update for existing editor tabs (regression from b3ced5e3cebb) * file_editor (add_file_editor_tab): connect signal settings_changed with the correct slot notice_settings
author Torsten <mttl@mailbox.org>
date Sun, 12 Feb 2017 09:09:32 +0100
parents 039dfdc2d2ad
children 7520aab218a0 b5b86a6e96b8
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Thu Feb 09 09:31:15 2017 -0800
+++ b/libgui/src/m-editor/file-editor.cc	Sun Feb 12 09:09:32 2017 +0100
@@ -2015,7 +2015,7 @@
 
   // Signals from the file_editor non-trivial operations
   connect (this, SIGNAL (fetab_settings_changed (const QSettings *)),
-           f, SLOT (settings_changed (const QSettings *)));
+           f, SLOT (notice_settings (const QSettings *)));
 
   connect (this, SIGNAL (fetab_change_request (const QWidget*)),
            f, SLOT (change_editor_state (const QWidget*)));