SVN commit 746597 by ereslibre: This fixes the issue that the image http://www.finex.org/missing_icons/kopete3.jpg points out. In case that there is a user icon set, http://media.ereslibre.es/2007/12/kopetefix1.png, in other case http://media.ereslibre.es/2007/12/kopetefix2.png
CCMAIL: [email protected] CCMAIL: [EMAIL PROTECTED] M +2 -0 identitydialog.cpp --- trunk/KDE/kdenetwork/kopete/kopete/identity/identitydialog.cpp #746596:746597 @@ -66,6 +66,8 @@ d->detailed.setupUi(w); addWidget(w, i18n("Detailed Information")); + setIcon(KIcon(d->identity->customIcon())); + load(); } _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
