X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsettings.cpp;h=ddeb9c1c23dc9b036dd3b884637f2537986b6b69;hb=744080e8b9e6d32aaeb3d08eaf1a576076735957;hp=812e532815eafb53310bb1be91e5137722bd34b9;hpb=83662b607de9eb742fe9de4dd9445914a6bd9456;p=quassel.git diff --git a/src/client/clientsettings.cpp b/src/client/clientsettings.cpp index 812e5328..ddeb9c1c 100644 --- a/src/client/clientsettings.cpp +++ b/src/client/clientsettings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -320,7 +320,7 @@ void NotificationSettings::setHighlightNick(NotificationSettings::HighlightNickT NotificationSettings::HighlightNickType NotificationSettings::highlightNick() { - return (NotificationSettings::HighlightNickType)localValue("Highlights/HighlightNick", CurrentNick).toInt(); + return (NotificationSettings::HighlightNickType)localValue("Highlights/HighlightNick", NoNick).toInt(); }