hi, according to http://www.amsn-project.net/forums/viewtopic.php?t=2367, r7859 has a bug.
the attached patch should fix the problem. -- Yonathan H. Dossow Acun~a http://kronin.bla.cl Estudiante Ingenieria Civil Informatica Universidad Tecnica Federico Santa Maria Valparaiso, Chile
Index: chatwindow.tcl
===================================================================
--- chatwindow.tcl (revision 7859)
+++ chatwindow.tcl (working copy)
@@ -848,10 +848,6 @@
wm state $w withdraw
- searchdialog $w.search
- $w.search hide
- $w.search bindwindow $w
- $w.search configure -searchin [::ChatWindow::GetOutText
$w]
} else {
set w [CreateTabbedWindow $container]
@@ -905,6 +901,12 @@
if { !([UseContainer] == 0 || $container == "" )} {
AddWindowToContainer $container $w
} else {
+
+ searchdialog $w.search
+ $w.search hide
+ $w.search bindwindow $w
+ $w.search configure -searchin [::ChatWindow::GetOutText
$w]
+
if { ![OnMac] } {
lower $w
::ChatWindow::MacPosition $w
pgptOHE5nic97.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
