------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=125875         
phil kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From phil kde org  2006-04-19 15:55 -------
SVN commit 531499 by philrod:

Update history dialog caption when contact is changed

BUG:125875


 M  +3 -1      historydialog.cpp  


--- branches/kopete/0.12/kopete/plugins/history/historydialog.cpp #531498:531499
 @ -576,12 +576,14  @
        mMainWidget->dateListView->clear();
        if (index == 0)
        {
-               mMetaContact = 0;
+        setCaption(i18n("History for All Contacts"));
+        mMetaContact = 0;
                init();
        }
        else
        {
                mMetaContact = mMetaContactList.at(index-1);
+        setCaption(i18n("History for %1").arg(mMetaContact->displayName()));
                init();
        }
 }
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to