X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsettings.cpp;h=91e6d07c03d57e302fee325daf3b8196305d5cfa;hb=HEAD;hp=17c65f2cf1b8a58d7f5a5e7b5682e1bf7d11272c;hpb=1a5c1814a0c52f6f35e65c7033b2f896bf1188e3;p=quassel.git diff --git a/src/client/clientsettings.cpp b/src/client/clientsettings.cpp index 17c65f2c..f4caa2a3 100644 --- a/src/client/clientsettings.cpp +++ b/src/client/clientsettings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2020 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -296,7 +296,7 @@ void NotificationSettings::setHighlightNick(NotificationSettings::HighlightNickT NotificationSettings::HighlightNickType NotificationSettings::highlightNick() const { - return (NotificationSettings::HighlightNickType)localValue("Highlights/HighlightNick", CurrentNick).toInt(); + return (NotificationSettings::HighlightNickType)localValue("Highlights/HighlightNick", NoNick).toInt(); } void NotificationSettings::setNicksCaseSensitive(bool cs)