View | Details | Raw Unified | Return to bug 75000 | Differences between
and this patch

Collapse All | Expand All

(-)src/main.c (-1 / +1 lines)
Lines 109-115 Link Here
109
			wwarning(_("could not load image file %s:%s"), path, RMessageForError(RErrorCode));
109
			wwarning(_("could not load image file %s:%s"), path, RMessageForError(RErrorCode));
110
		else {
110
		else {
111
			icon = WMCreatePixmapFromRImage(scr, tmp, 0);
111
			icon = WMCreatePixmapFromRImage(scr, tmp, 0);
112
			RDestroyImage(tmp);
112
			RReleaseImage(tmp);
113
			if (icon) {
113
			if (icon) {
114
				WMSetApplicationIconImage(scr, icon);
114
				WMSetApplicationIconImage(scr, icon);
115
				WMReleasePixmap(icon);
115
				WMReleasePixmap(icon);

Return to bug 75000