Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158727 | Differences between
and this patch

Collapse All | Expand All

(-)dopi-0.3.4-old/src/DopiWindow.cs (-1 / +5 lines)
Lines 54-60 Link Here
54
            tips = new Tooltips ();
54
            tips = new Tooltips ();
55
            Gdk.Pixbuf pixbuf = IconTheme.Default.LoadIcon ("gnome-dev-ipod", 24, 0);
55
            Gdk.Pixbuf pixbuf = null;
56
            try {
57
                pixbuf = IconTheme.Default.LoadIcon ("gnome-dev-ipod", 24, 0);
58
             } catch (GLib.GException e) {
59
             }
56
            if (pixbuf != null) {
60
            if (pixbuf != null) {
57
                this.Icon = pixbuf;
61
                this.Icon = pixbuf;
58
            }
62
            }

Return to bug 158727