Changed the behavior of secondary windows (top ten conversations, individual conversations) to use the singleton pattern (sort of) so that only one instance of a particular window can be open at a time. It's not the cleanest solution to this problem and I might rewrite later when I do the GUI redesign, but it does the job.
Changed the behavior of secondary windows (top ten conversations, individual conversations) to use the singleton pattern (sort of) so that only one instance of a particular window can be open at a time. It's not the cleanest solution to this problem and I might rewrite later when I do the GUI redesign, but it does the job.