Merge pull request #203 from guusdk/SPARK-1740_Smack3-compat

Spark 1740 smack3 compat
This commit is contained in:
Guus der Kinderen
2016-08-21 23:43:51 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,6 @@ public class GroupChatParticipantList extends JPanel {
agentInfoPanel = new ImageTitlePanel(Res
.getString("message.participants.in.room"));
participantsList = new JXList(model);
participantsList.setPreferredSize( new Dimension( 200, getHeight() ));
participantsList.setCellRenderer(new ParticipantRenderer());
// Set the room to track

View File

@ -253,6 +253,7 @@ class SsoLoginSettingsPanel extends JPanel implements ActionListener
{
localPreferences.setSSOMethod( "file" );
}
localPreferences.setSaslGssapiSmack3Compatible( useSaslGssapiSmack3compatBox.isSelected() );
SettingsManager.saveSettings();
}
}