From 74130f93fab7c586979b330322e07ff50d462009 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Mon, 12 Nov 2012 19:40:08 +0400 Subject: [PATCH] ClientsIconsPlugin. Coding style --- clients_icons/clients_icons.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 1a97a08..9fc251d 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -6,7 +6,7 @@ import os from plugins.gui import GajimPluginConfigDialog from plugins import GajimPlugin -from plugins.helpers import log_calls, log +from plugins.helpers import log_calls from common import ged from common import gajim import cell_renderer_image @@ -271,8 +271,7 @@ class ClientsIconsPlugin(GajimPlugin): caps_image , client_name = self.get_icon(caps, acontact) caps_image.set_alignment(0, 0) self.table.attach(caps_image, 1, 2, vcard_current_row, - vcard_current_row + 1, gtk.FILL, - gtk.FILL, 0, 0) + vcard_current_row + 1, gtk.FILL, gtk.FILL, 0, 0) label = gtk.Label() label.set_alignment(0, 0) label.set_markup(client_name)