# HG changeset patch # User Rob Flynn # Date 956545486 0 # Node ID 595c26ef552757ad663a9c748c8d12274e1d9b2b # Parent 8f5bc6859549b5251b66f9ee46cb06304c7fc3b7 [gaim-migrate @ 166] *** empty log message *** committer: Tailor Script diff -r 8f5bc6859549 -r 595c26ef5527 Makefile.am --- a/Makefile.am Mon Apr 24 02:25:23 2000 +0000 +++ b/Makefile.am Mon Apr 24 03:04:46 2000 +0000 @@ -1,5 +1,5 @@ -EXTRA_DIST = gaim_applet.gnorba gaim_applet.desktop gaim_applet.soundlist \ +EXTRA_DIST = gaim.spec gaim_applet.gnorba gaim_applet.desktop gaim_applet.soundlist \ buddytrans if GNOMEAPPLET diff -r 8f5bc6859549 -r 595c26ef5527 src/gaimrc.c --- a/src/gaimrc.c Mon Apr 24 02:25:23 2000 +0000 +++ b/src/gaimrc.c Mon Apr 24 03:04:46 2000 +0000 @@ -515,7 +515,7 @@ OPT_DISP_SHOW_PIXMAPS | OPT_DISP_SHOW_BUTTON_XPM; font_options = 0; - sound_options = OPT_SOUND_LOGIN | OPT_SOUND_LOGOUT | OPT_SOUND_RECV | OPT_SOUND_SEND; + sound_options = OPT_SOUND_LOGIN | OPT_SOUND_LOGOUT | OPT_SOUND_RECV | OPT_SOUND_SEND | OPT_SOUND_SILENT_SIGNON; report_idle = IDLE_GAIM; web_browser = BROWSER_NETSCAPE; proxy_type = PROXY_NONE;