aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-boxes/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-boxes/fix-build.patch')
-rw-r--r--community/gnome-boxes/fix-build.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/gnome-boxes/fix-build.patch b/community/gnome-boxes/fix-build.patch
deleted file mode 100644
index a158d560c16..00000000000
--- a/community/gnome-boxes/fix-build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/config-editor.vala b/src/config-editor.vala
-index f40c740..965dfee 100644
---- a/src/config-editor.vala
-+++ b/src/config-editor.vala
-@@ -33,7 +33,7 @@ private class Boxes.MachineConfigEditor: Gtk.ScrolledWindow {
- var snapshot = yield machine.create_snapshot (_("Configuration modified "));
- try {
- var config = snapshot.get_config (0);
-- snapshot_timestamp = config.get_creation_time ();
-+ snapshot_timestamp = (long) config.get_creation_time ();
- } catch (GLib.Error error) {
- warning ("Failed to obtain snapshot configuration: %s", error.message);
- }