SVN commit 851184 by aucahuasi: CCMAIL: kopete-devel@kde.org The QLabel called photo (inside the ui file) was startup as a single text, with this it will start as link. M +3 -0 identitydialog.cpp --- trunk/KDE/kdenetwork/kopete/kopete/identity/identitydialog.cpp #851183:851184 @@ -52,6 +52,9 @@ d->general.setupUi(w); d->general.selectPhoto->setIcon(KIcon("view-preview")); d->general.clearPhoto->setIcon(KIcon("edit-clear-locationbar-rtl")); + d->general.photo->setText( QString("" + "

No Photo

" + "
").arg( i18n("No Photo") )); connect(d->general.selectPhoto, SIGNAL(clicked(bool)), this, SLOT(slotSelectPhoto())); _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel