> btw devels... I just noticed that we play sounds on notifyAdd... what
> happens if you want sounds but disabled notification windows ??

I'm not sure if you want me to reply to this, or you want to take another
quick look at the code.

notifyAdd is adding a notification to the user, it can add a sound and/or a
window.

proc notifyAdd { ... } {
  #if we gota sound, play it
  if { $sound != ""} {
   ...
  }
  # Check if we only want to play the sound notification
  if { [::config::getKey notifyonlysound] == 0 } {
    ...
  }
}



_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to