| 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); |