Ver código fonte

Regression fix.

git-svn-id: http://svn.dmdirc.com/trunk@127 00569f92-eb28-0410-84fd-f71c24880f
tags/0.1
Gregory Holmes 17 anos atrás
pai
commit
54cef4fac7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/uk/org/ownage/dmdirc/ui/ChannelFrame.java

+ 1
- 1
src/uk/org/ownage/dmdirc/ui/ChannelFrame.java Ver arquivo

@@ -72,7 +72,7 @@ public class ChannelFrame extends javax.swing.JInternalFrame {
72 72
     }    
73 73
     
74 74
     public void updateNames(ArrayList<ChannelClientInfo> newNames) {
75
-        nicklistModel.add(newNames);
75
+        nicklistModel.replace(newNames);
76 76
     }
77 77
     
78 78
     /** This method is called from within the constructor to

Carregando…
Cancelar
Salvar