Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 631118
Collapse All | Expand All

(-)a/src/actions/action.vala (-2 / +2 lines)
Lines 78-84 public class FileAction : FileActionObject { Link Here
78
		id = desktop_id;
78
		id = desktop_id;
79
		try {
79
		try {
80
			kf.load_from_file(desktop_id, 0);
80
			kf.load_from_file(desktop_id, 0);
81
			FileAction.from_keyfile(kf);
81
			this.from_keyfile(kf);
82
		}
82
		}
83
		catch(KeyFileError err) {
83
		catch(KeyFileError err) {
84
		}
84
		}
Lines 141-147 public class FileActionMenu : FileActionObject { Link Here
141
		id = desktop_id;
141
		id = desktop_id;
142
		try {
142
		try {
143
			kf.load_from_file(desktop_id, 0);
143
			kf.load_from_file(desktop_id, 0);
144
			FileActionMenu.from_keyfile(kf);
144
			this.from_keyfile(kf);
145
		}
145
		}
146
		catch(KeyFileError err) {
146
		catch(KeyFileError err) {
147
		}
147
		}

Return to bug 631118