aboutsummaryrefslogtreecommitdiff
path: root/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala')
-rw-r--r--graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala b/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala
deleted file mode 100644
index 8963137ef12d..000000000000
--- a/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/dialogs/ExportDialog.vala.orig 2022-03-24 11:17:17.231343000 +0100
-+++ src/dialogs/ExportDialog.vala 2022-03-24 11:34:07.028552000 +0100
-@@ -23,7 +23,8 @@
-
- private static ScaleConstraint current_constraint = ScaleConstraint.ORIGINAL;
- private static ExportFormatParameters current_parameters = ExportFormatParameters.current();
-- private static int current_scale = DEFAULT_SCALE;
-+ // DEFAULT_SCALE, but vala misorders the definitions
-+ private static int current_scale = 1200;
-
- private Gtk.Grid table = new Gtk.Grid();
- private Gtk.ComboBoxText quality_combo;