diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-05 10:39:56 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-05 10:39:56 +0800 |
commit | aedad1ea0a7fef604aa27f4b58433fd8f2ece29e (patch) | |
tree | ffcb531d8474bde18b90341bcd4eb639edd74525 /ui/gtk/icon.py | |
parent | 41ad46305a88637dd99f00a2d2a3f455505d357b (diff) | |
download | ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.tar.gz ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.tar.xz ibus-aedad1ea0a7fef604aa27f4b58433fd8f2ece29e.zip |
re-implement ibus in c language.
Diffstat (limited to 'ui/gtk/icon.py')
-rw-r--r-- | ui/gtk/icon.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gtk/icon.py b/ui/gtk/icon.py index 4a373a9..077848d 100644 --- a/ui/gtk/icon.py +++ b/ui/gtk/icon.py @@ -33,9 +33,6 @@ class IconWidget(gtk.Image): theme = gtk.icon_theme_get_default() pixbuf = theme.load_icon(icon, size, 0) except: - pass - - if pixbuf == None: theme = gtk.icon_theme_get_default() pixbuf = theme.load_icon(gtk.STOCK_MISSING_IMAGE, size, 0) |