aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2009-05-15 15:47:07 +0000
committerYana Stamcheva <yana@jitsi.org>2009-05-15 15:47:07 +0000
commit3b18adaf24279c435526969128e7af03c3ac9778 (patch)
tree294e8a70fe22dd9ff2d809905dd501fd02fa1a27 /src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java
parent2a3cd8ff9d8f1eb49ba1cde5412b982486031742 (diff)
downloadjitsi-3b18adaf24279c435526969128e7af03c3ac9778.zip
jitsi-3b18adaf24279c435526969128e7af03c3ac9778.tar.gz
jitsi-3b18adaf24279c435526969128e7af03c3ac9778.tar.bz2
- Addressing issue #465 (Redesign the account configuration menu).
- Fixing issue with status update within the accounts configuration form. - Adding support for 32x32 and 48x48 icons for all protocols. - Changing the background and selection colors for config forms list on the left of the Options window.
Diffstat (limited to 'src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java')
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java
index 4da20ab..b8c32ce 100644
--- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java
+++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListCellRenderer.java
@@ -238,16 +238,6 @@ public class ContactListCellRenderer
g2.fillRoundRect(1, 1, width - 2, this.getHeight() - 1, 10, 10);
}
- else if (index%2 > 0)
- {
- Color bgColor = new Color(GuiActivator.getResources()
- .getColor("service.gui.CONTACT_LIST_ROW"), true);
-
- g2.setColor(new Color( bgColor.getRed(),
- bgColor.getGreen(),
- bgColor.getBlue(),
- rowTransparency));
- }
if (this.isSelected)
{