Changeset 9123 for branches/pep/src/cell_renderer_image.py
- Timestamp:
- 12/12/07 09:44:46 (12 months ago)
- Files:
-
- 1 modified
-
branches/pep/src/cell_renderer_image.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/src/cell_renderer_image.py
r7848 r9123 2 2 ## 3 3 ## Contributors for this file: 4 ## - Yann Le Boulanger <asterix@lagaule.org>4 ## - Yann Leboulanger <asterix@lagaule.org> 5 5 ## - Nikos Kouremenos <kourem@gmail.com> 6 6 ## 7 ## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>7 ## Copyright (C) 2003-2004 Yann Leboulanger <asterix@lagaule.org> 8 8 ## Vincent Hanquez <tab@snarc.org> 9 ## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>9 ## Copyright (C) 2005 Yann Leboulanger <asterix@lagaule.org> 10 10 ## Vincent Hanquez <tab@snarc.org> 11 11 ## Nikos Kouremenos <kourem@gmail.com> … … 14 14 ## Norman Rasmussen <norman@rasmussen.co.za> 15 15 ## 16 ## This program is free software; you can redistribute it and/or modify 16 ## This file is part of Gajim. 17 ## 18 ## Gajim is free software; you can redistribute it and/or modify 17 19 ## it under the terms of the GNU General Public License as published 18 ## by the Free Software Foundation; version 2only.20 ## by the Free Software Foundation; version 3 only. 19 21 ## 20 ## This program is distributed in the hope that it will be useful,22 ## Gajim is distributed in the hope that it will be useful, 21 23 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 22 24 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 25 ## GNU General Public License for more details. 26 ## 27 ## You should have received a copy of the GNU General Public License 28 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 24 29 ## 25 30 … … 90 95 if self.image.get_storage_type() == gtk.IMAGE_ANIMATION: 91 96 if self.image not in self.iters: 97 if not isinstance(widget, gtk.TreeView): 98 return 92 99 animation = self.image.get_animation() 93 100 iter = animation.get_iter()
