Changeset 2975 for trunk/umitGUI/Icons.py
- Timestamp:
- 06/07/08 15:45:18 (5 years ago)
- Files:
-
- 1 modified
-
trunk/umitGUI/Icons.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umitGUI/Icons.py
r2617 r2975 1 1 #!/usr/bin/env python 2 2 # -*- coding: utf-8 -*- 3 4 # Copyright (C) 2005 Insecure.Com LLC.5 3 # 6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 7 # Cleber Rodrigues <cleber.gnu@gmail.com> 4 # Copyright (C) 2005-2006 Insecure.Com LLC. 5 # Copyright (C) 2007-2008 Adriano Monteiro Marques 6 # 7 # Authors: Adriano Monteiro Marques <adriano@umitproject.org> 8 # Cleber Rodrigues <cleber.gnu@gmail.com> 8 9 # 9 10 # This program is free software; you can redistribute it and/or modify … … 74 75 pass 75 76 else: 76 log.warn('Could not find the icon for %s at any of (%s) in %s' % (icon_name, ', '.join(get_pixmap_file_names(icon_name, size)), pixmap_path)) 77 log.warn('Could not find the icon for %s at any of (%s) \ 78 in %s' % (icon_name, 79 ', '.join(get_pixmap_file_names(icon_name, size)), 80 pixmap_path)) 77 81 continue 78 82 iconset = gtk.IconSet(pixbuf)
