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-old/src/DopiWindow.cs (-1 / +6 lines)
Lines 54-60 namespace Dopi { Link Here
54
54
55
            tips = new Tooltips ();
55
            tips = new Tooltips ();
56
56
57
            Gdk.Pixbuf pixbuf = IconTheme.Default.LoadIcon ("gnome-dev-ipod", 24, 0);
57
            Gdk.Pixbuf pixbuf = null;
58
            try {
59
                pixbuf = IconTheme.Default.LoadIcon ("gnome-dev-ipod", 24, 0);
60
            } catch (GLib.GException e) {
61
            }
62
58
            if (pixbuf != null) {
63
            if (pixbuf != null) {
59
                this.Icon = pixbuf;
64
                this.Icon = pixbuf;
60
            }
65
            }

Return to bug 158727