diff options
author | erdgeist <> | 2006-01-28 15:40:35 +0000 |
---|---|---|
committer | erdgeist <> | 2006-01-28 15:40:35 +0000 |
commit | ac1628c24f6c847c5e51ab360b47f7203b6b638d (patch) | |
tree | a470ce57faef419bccd22f387c8af63ff11975c1 /vchat-ui.c | |
parent | 6e146d7f96bd7dd6f9799bc32c4ddf054c919e86 (diff) |
I should be expelled from the C-Coders guilde for this embarassing bug, pm-window now pops up again
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ int writepriv (char *str, int maybeep) { | |||
355 | ((filtertype == 0) || ( testfilter(tmp)))) { | 355 | ((filtertype == 0) || ( testfilter(tmp)))) { |
356 | i = writescr(private, tmp); | 356 | i = writescr(private, tmp); |
357 | } | 357 | } |
358 | if( privwinhidden & !querypartner ) { | 358 | if( privwinhidden && !querypartner ) { |
359 | if( (maybeep != 0) && (getintoption( CF_BELLPRIV ) != 0 )) | 359 | if( (maybeep != 0) && (getintoption( CF_BELLPRIV ) != 0 )) |
360 | putchar( 7 ); | 360 | putchar( 7 ); |
361 | privheight_desired = privwinhidden; | 361 | privheight_desired = privwinhidden; |