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
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 (Exception) {
61
	    }
58
            if (pixbuf != null) {
62
            if (pixbuf != null) {
59
                this.Icon = pixbuf;
63
                this.Icon = pixbuf;
60
            }
64
            }

Return to bug 158727