summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2006-01-28 15:40:35 +0000
committererdgeist <>2006-01-28 15:40:35 +0000
commitac1628c24f6c847c5e51ab360b47f7203b6b638d (patch)
treea470ce57faef419bccd22f387c8af63ff11975c1
parent6e146d7f96bd7dd6f9799bc32c4ddf054c919e86 (diff)
I should be expelled from the C-Coders guilde for this embarassing bug, pm-window now pops up again
-rwxr-xr-xvchat-ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index dd8af8a..6a12f59 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -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;