[Kde-imaging] [Bug 268316] OK button not disabled on empty image list, following progress dialog never finishes [patch]

Gilles Caulier caulier.gilles at gmail.com
Wed Mar 30 08:59:27 CEST 2011


https://bugs.kde.org/show_bug.cgi?id=268316





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2011-03-30 08:59:26 ---
Max,

The patch is fine. A method can be simplified like this :

void SendImagesDialog::slotImagesCountChanged()
{
    enableButtonOk(!d->imagesPage->imagesList().isEmpty());
}

Gilles Caulier

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kde-imaging mailing list