Mercurial > pidgin-twitter
changeset 16:728c068534d1
default soundid for sender has been changed to pounce default since anything other may be disabled by configuration so that it may be confusing.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 01 May 2008 18:53:59 +0900 |
parents | 6be35fe9d18c |
children | 21f27858e155 |
files | pidgin-twitter.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.c Thu May 01 18:25:37 2008 +0900 +++ b/pidgin-twitter.c Thu May 01 18:53:59 2008 +0900 @@ -316,7 +316,7 @@ purple_prefs_add_bool(OPT_PLAYSOUND_SENDER, TRUE); purple_prefs_add_int(OPT_SOUNDID_RECIPIENT, PURPLE_SOUND_POUNCE_DEFAULT); purple_prefs_add_string(OPT_USERLIST_RECIPIENT, DEFAULT_LIST); - purple_prefs_add_int(OPT_SOUNDID_SENDER, PURPLE_SOUND_RECEIVE); + purple_prefs_add_int(OPT_SOUNDID_SENDER, PURPLE_SOUND_POUNCE_DEFAULT); purple_prefs_add_string(OPT_USERLIST_SENDER, DEFAULT_LIST); /* compile regex */