mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Update Theme work.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6023 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -21,7 +21,6 @@ import org.jivesoftware.spark.SparkManager;
|
||||
import org.jivesoftware.spark.component.VerticalFlowLayout;
|
||||
import org.jivesoftware.spark.ui.themes.ThemeManager;
|
||||
import org.jivesoftware.spark.util.ModelUtil;
|
||||
import org.jivesoftware.spark.util.SwingWorker;
|
||||
import org.jivesoftware.spark.util.log.Log;
|
||||
import org.jivesoftware.sparkimpl.profile.VCardManager;
|
||||
import org.jivesoftware.sparkimpl.settings.local.LocalPreferences;
|
||||
@ -311,7 +310,7 @@ public class TranscriptWindow extends JPanel {
|
||||
|
||||
if (userid.equals(activeUser)) {
|
||||
if (outgoingMessage) {
|
||||
String text = themeManager.getNextOutgoingHiString(message, time);
|
||||
String text = themeManager.getNextOutgoingHistoryString(message, time);
|
||||
executeScript("appendNextMessage('" + text + "')");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user