octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

changeset 15320:eefbbc1ed60e ( fixed uninitialized bool for long tab tit


From: Torsten
Subject: changeset 15320:eefbbc1ed60e ( fixed uninitialized bool for long tab title)
Date: Fri, 07 Sep 2012 06:10:01 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

The settings for the long tab title are still ignored. Could

  _long_title = false;

be replaced by

  _long_title = settings->value("editor/longWindowTitle").toBool();

(see bug 37164)?


Torsten


reply via email to

[Prev in Thread] Current Thread [Next in Thread]