X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftaskbarnotificationbackend.cpp;h=ed7c05fe0997319e807237dee661ce891e9cb8f6;hp=9d07bfac7fa8e4987d9763a64c393ca7e0bb9867;hb=4ee4a3edb832d7ac01951007cf55f7fa4b5918b4;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/qtui/taskbarnotificationbackend.cpp b/src/qtui/taskbarnotificationbackend.cpp index 9d07bfac..ed7c05fe 100644 --- a/src/qtui/taskbarnotificationbackend.cpp +++ b/src/qtui/taskbarnotificationbackend.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,7 +88,7 @@ TaskbarNotificationBackend::ConfigWidget::ConfigWidget(QWidget *parent) : Settin enabledBox->setEnabled(true); timeoutBox = new QSpinBox(this); - timeoutBox->setMinimum(1); + timeoutBox->setMinimum(0); timeoutBox->setMaximum(99); timeoutBox->setSpecialValueText(tr("Unlimited")); timeoutBox->setSuffix(tr(" seconds"));