Hi,

I found some time to do a JJ listed in the techbase [1]. It's quite simple
but it helps a lot (the previous behaviour was annoying). I hope the patch
is ok.

Keep the good work,

Fábio

[1] http://techbase.kde.org/Projects/Kopete/JuniorJobs
Index: ui/avatarselectorwidget.cpp
===================================================================
--- ui/avatarselectorwidget.cpp	(revision 854964)
+++ ui/avatarselectorwidget.cpp	(working copy)
@@ -260,6 +260,7 @@
 void AvatarSelectorWidget::avatarAdded(Kopete::AvatarManager::AvatarEntry newEntry)
 {
 	d->addItem(newEntry);
+	setCurrentAvatar(newEntry.path);
 }
 
 void AvatarSelectorWidget::avatarRemoved(Kopete::AvatarManager::AvatarEntry entryRemoved)
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to