From: <der...@ya...> - 2002-10-15 04:47:17
|
I have been having problems with the docklet not hiding the IM window until I click on the docklet. So I fixed it. Here is what I did. Hope it helps. Sorry about the formatting, I am using a web based mail thingo. diff -u -r1.245 server.c --- src/server.c 9 Oct 2002 16:31:33 -0000 1.245 +++ src/server.c 15 Oct 2002 04:41:22 -0000 @@ -730,8 +730,8 @@ play_sound(SND_FIRST_RECEIVE); else if (new_conv || cnv->makesound) play_sound(SND_RECEIVE); - - if (away_options & OPT_AWAY_QUEUE_UNREAD && !find_conversation(name) && docklet_count) { + + if (away_options & OPT_AWAY_QUEUE_UNREAD && new_conv && docklet_count) { /* We're gonna queue it up and wait for the user to ask for it... probably * by clicking the docklet or windows tray icon. */ struct queued_message *qm; diff -u -r1.17 notify.c --- plugins/notify.c 28 Sep 2002 21:39:44 -0000 1.17 +++ plugins/notify.c 15 Oct 2002 04:40:32 -0000 @@ -71,7 +71,8 @@ if (cnv == NULL) { - if (away_options & OPT_AWAY_QUEUE) + if (away_options & OPT_AWAY_QUEUE || + away_options & OPT_AWAY_QUEUE_UNREAD) return 0; http://mobile.yahoo.com.au - Yahoo! Messenger for SMS - Always be connected to your Messenger Friends |