From 9907fc246f95e4e5a6c0534d1efd10ca2d0eacb5 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Thu, 16 Aug 2012 20:11:59 +0400 Subject: [PATCH] Plugin Installer. update Copyright --- plugin_installer/plugin_installer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py index b97ecb8..0586457 100644 --- a/plugin_installer/plugin_installer.py +++ b/plugin_installer/plugin_installer.py @@ -2,8 +2,8 @@ # ## plugins/plugin_installer/plugin_installer.py ## -## Copyright (C) 2010-2011 Denis Fomin -## Copyright (C) 2011 Yann Leboulanger +## Copyright (C) 2010-2012 Denis Fomin +## Copyright (C) 2011-2012 Yann Leboulanger ## ## This file is part of Gajim. ## @@ -306,7 +306,7 @@ class PluginInstaller(GajimPlugin): if plugin.name != 'Plugin Installer': # get plugin icon icon_file = os.path.join(plugin.__path__, os.path.split( - plugin.__path__)[1]) + '.png' + plugin.__path__)[1]) + '.png' icon = self.def_icon if os.path.isfile(icon_file): icon = gtk.gdk.pixbuf_new_from_file_at_size(icon_file, 16,