src/aim.c

changeset 988
8e2d5ba69459
parent 981
00723c9a507c
child 989
8514efc84380
equal deleted inserted replaced
987:41392e8b6f57 988:8e2d5ba69459
106 106
107 exit(0); 107 exit(0);
108 #endif /* USE_APPLET */ 108 #endif /* USE_APPLET */
109 } 109 }
110 110
111 void hide_login_progress(char *name, char *why)
112 {
113 char buf[2048];
114 sprintf(buf, _("%s was unable to sign on: %s"), name, why);
115 do_error_dialog(buf, _("Signon Error"));
116 }
117
118 static int snd_tmout; 111 static int snd_tmout;
119 int logins_not_muted = 1; 112 int logins_not_muted = 1;
120 static void sound_timeout() { 113 static void sound_timeout() {
121 logins_not_muted = 1; 114 logins_not_muted = 1;
122 gtk_timeout_remove(snd_tmout); 115 gtk_timeout_remove(snd_tmout);

mercurial