diff -rNU2 -Xi kplayer-0.7.1/src/kplayerpropertiesdialog.cpp kplayer-0.7.1.orig/src/kplayerpropertiesdialog.cpp --- kplayer-0.7.1/src/kplayerpropertiesdialog.cpp 2011-11-12 16:45:59.402564582 +0100 +++ kplayer-0.7.1.orig/src/kplayerpropertiesdialog.cpp 2011-11-12 16:34:56.890847120 +0100 @@ -34,5 +34,5 @@ #endif -QString listEntry (QComboBox* combo, bool hasDefault) +QString listEntry (QComboBox* combo, bool hasDefault = false) { static QRegExp re_key_value ("^([^:]+): *(.*)$");