mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Merge pull request #203 from guusdk/SPARK-1740_Smack3-compat
Spark 1740 smack3 compat
This commit is contained in:
@ -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
|
||||
|
||||
@ -253,6 +253,7 @@ class SsoLoginSettingsPanel extends JPanel implements ActionListener
|
||||
{
|
||||
localPreferences.setSSOMethod( "file" );
|
||||
}
|
||||
localPreferences.setSaslGssapiSmack3Compatible( useSaslGssapiSmack3compatBox.isSelected() );
|
||||
SettingsManager.saveSettings();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user