blob: 2d6c457534beecc5075933fe6f7d5fe9403baa20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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);
|