Changeset 7699 for trunk/src

Show
Ignore:
Timestamp:
12/19/06 23:50:53 (2 years ago)
Author:
jim++
Message:

Prevent TB

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtkgui_helpers.py

    r7595 r7699  
    356356        except gobject.GError: # 'unknown image format' 
    357357                pixbuf = None 
     358                if want_type: 
     359                        return None, None 
     360                else: 
     361                        return None 
    358362 
    359363        if want_type: