display content after info is received
authorhackbard <hackbard>
Sun, 9 May 2004 17:20:13 +0000 (17:20 +0000)
committerhackbard <hackbard>
Sun, 9 May 2004 17:20:13 +0000 (17:20 +0000)
src/ivac.c

index 43b7ef6..8b9c312 100644 (file)
@@ -200,6 +200,7 @@ int ivac_event_cb(t_event *event,void *ptr) {
       /* remote is sending info */
       if(FD_ISSET(ivac->net.connection[channel].fd,&(event->rfds)))
         ivac_receive_info(channel,ivac);
+        ivac_display_content(ivac);
     }
   }