DislogButtonBox: Fix url value comparison with non-strict ==
Another case solved, Dr. Watson. The reason was that QUrl is an "object" for QML engine, and non-strict equality operator simply converts it toString() beforehand. Icon source is a url, icon name is already a string. Let's convert and compare explicitly and without dark magic.