summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/libgnomeprintui/files/libgnomeprintui-2-syntax_fix.patch')
-rw-r--r--gnome-base/libgnomeprintui/files/libgnomeprintui-2-syntax_fix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnome-base/libgnomeprintui/files/libgnomeprintui-2-syntax_fix.patch b/gnome-base/libgnomeprintui/files/libgnomeprintui-2-syntax_fix.patch
deleted file mode 100644
index 2d6c457534be..000000000000
--- a/gnome-base/libgnomeprintui/files/libgnomeprintui-2-syntax_fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -uNr libgnomeprintui-2.2.1.3/libgnomeprintui/gnome-print-dialog.h libgnomeprintui-2.2.1.3.patched/libgnomeprintui/gnome-print-dialog.h
---- libgnomeprintui-2.2.1.3/libgnomeprintui/gnome-print-dialog.h 2003-01-11 17:46:46.000000000 +0100
-+++ libgnomeprintui-2.2.1.3.patched/libgnomeprintui/gnome-print-dialog.h 2003-09-21 19:16:15.000000000 +0200
-@@ -65,7 +65,7 @@
- GNOME_PRINT_RANGE_ALL = (1 << 1),
- GNOME_PRINT_RANGE_RANGE = (1 << 2),
- GNOME_PRINT_RANGE_SELECTION = (1 << 3),
-- GNOME_PRINT_RANGE_SELECTION_UNSENSITIVE = (1 << 4),
-+ GNOME_PRINT_RANGE_SELECTION_UNSENSITIVE = (1 << 4)
- };
-
- /*
-@@ -83,7 +83,7 @@
- enum GnomePrintButtons {
- GNOME_PRINT_DIALOG_RESPONSE_PRINT = 1,
- GNOME_PRINT_DIALOG_RESPONSE_PREVIEW,
-- GNOME_PRINT_DIALOG_RESPONSE_CANCEL = GTK_RESPONSE_CANCEL,
-+ GNOME_PRINT_DIALOG_RESPONSE_CANCEL = GTK_RESPONSE_CANCEL
- };
-
- GType gnome_print_dialog_get_type (void);