HI.
With this diff file some messages are showed with icons (and fix a bug if an
user doesn't use desktop integration plugin)
Thanks, bye.
Index: contactlist.tcl
===
--- contactlist.tcl (revision 8915)
+++ contactlist.tcl (wor
up :-S
-
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.
@@ -6990,7 +6990,7 @@
You have added a third parameter but ::amsn::WinWriteFail accept only two
parameters, please fix.
for the rest...
up!
Please reproduce this:
*write an oim to an offline user!
*open log conversation
You'll see that oim is logged twice, first time with your nick and second
tim
fixed, thx :)
On Tue, 13 Feb 2007, square87 wrote:
> Hello.
> Please may someone correct this typo in loging.tcl
> Find and replace: clockseconds
> with: clock seconds
>
> Thanks
>
>
-
Using Tomcat but need to do more? N
Hello.
Please may someone correct this typo in loging.tcl
Find and replace: clockseconds
with: clock seconds
Thanks
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-i
humm... no, we shouldn't remove those lines... are you sure ? can anyone else
confirm ?
I'll commit the job done so far...
KKRT
On Mon, Feb 12, 2007 at 11:58:00PM -0500, Youness Alaoui wrote:
> On Mon, Feb 12, 2007 at 11:55:09AM +0100, square87 wrote:
> > Good!
> > My code is always false :)
> >
On Mon, Feb 12, 2007 at 11:55:09AM +0100, square87 wrote:
> Good!
> My code is always false :)
> So the solution should be logic:
> When we send an OIM we are in MessageSend that calls a proc that calls a
> proc... etc... that calls PutLog
> Then we return in MessageSend and we have:
> if {[::confi
Good!
My code is always false :)
So the solution should be logic:
When we send an OIM we are in MessageSend that calls a proc that calls a
proc... etc... that calls PutLog
Then we return in MessageSend and we have:
if {[::config::getKey keep_logs]} {
::log::PutLog $chatid $email $tx
Hi,
I reviewed your patch and I applied it locally, but I want to confirm some
stuff with you before I commit :
- if {[::config::getKey keep_logs]} {
+ #loging, we have to add && [::abook::getPersonal MFN]
== $email because without this we
log
+also u
oh lol
I have forgotten the diff file :-S
^__^''
Index: gui.tcl
===
--- gui.tcl (revisione 7939)
+++ gui.tcl (copia locale)
@@ -6993,8 +6993,7 @@
proc MessageSendCallback { chatid error } {
if {![string match *success* $error]}
10 matches
Mail list logo