changeset 156:595c26ef5527

[gaim-migrate @ 166] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 24 Apr 2000 03:04:46 +0000
parents 8f5bc6859549
children aad89d9bce85
files Makefile.am src/gaimrc.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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;