-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

sory. a bit late. i seended the mail at 9.00 but i forgot to cc to the
list.

On Tuesday 12 November 2002 03:15, Alexander Litvinov wrote:
> I am using latest licq from CVS.
>
> 1. When view someone history, I click on the 'About' tab and when on the
> 'History' tab. Buttons 'Prev' and 'Next' become unclikable.

Indeed. Was a corner case i didnt saw.

BTW, now you can hit F5 to get the history updated (that would should the
buttons)

see more_enabled.diff for a fix.

> 2. Prev and Next does not work when using filter.

yes, they do. Filtering is a tricky process. you filter your history and
you iterate across _all_ the history pages. no matter if they dont contain
a valid match. you just click and click, matches disapears when you pass
that page. You  can have a 9 of  338 matches, hit 30 times the Prev button
and reach the 8 of 338. Do you refeer to that?


- --
Buenos Aires, Argentina


- -- 
Buenos Aires, Argentina
-----BEGIN PGP SIGNATURE-----

iD8DBQE90SD2UMlRieHkprgRAglgAJwMs0latBpeD8G4ynIDA8u0/kWoHgCfY8yx
1/Z8Vkz3sQrUXnKup8n+wEg=
=3gcf
-----END PGP SIGNATURE-----
Index: plugins/qt-gui/src//userinfodlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/userinfodlg.cpp,v
retrieving revision 1.60
diff -u -d -p -r1.60 userinfodlg.cpp
--- plugins/qt-gui/src//userinfodlg.cpp	12 Nov 2002 02:15:35 -0000	1.60
+++ plugins/qt-gui/src//userinfodlg.cpp	12 Nov 2002 12:50:02 -0000
@@ -1299,6 +1299,12 @@ void UserInfoDlg::updateTab(const QStrin
     currentTab = HistoryInfo;
     if (!tabList[HistoryInfo].loaded)
       SetupHistory();
+    else
+    {
+      btnMain2->setEnabled(m_iHistorySIter != m_lHistoryList.begin());
+      btnMain3->setEnabled(m_iHistoryEIter != m_lHistoryList.end());
+    }
+
     mlvHistory->setFocus();
   }
   else if (txt == tabList[LastCountersInfo].label)

Reply via email to