diff --git a/incidenceeditor-ng/conflictresolver.cpp b/incidenceeditor-ng/conflictresolver.cpp --- a/incidenceeditor-ng/conflictresolver.cpp +++ b/incidenceeditor-ng/conflictresolver.cpp @@ -470,9 +470,7 @@ } } } - if ( free_found ) { - emit freeSlotsAvailable( mAvailableSlots ); - } + emit freeSlotsAvailable( mAvailableSlots ); #if 0 //DEBUG, dump the arrays. very helpful for debugging QTextStream dump( stdout );