aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-23 19:12:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-23 19:12:54 +0000
commit768a2830003f3480949277ab2e38d08226357d2c (patch)
treeaedabda2f636d9d019131816e35bad383d596658
parent0e67f9f5a2b9a29b2ded069e88a6a0233e7a7050 (diff)
downloadports-768a2830003f3480949277ab2e38d08226357d2c.tar.gz
ports-768a2830003f3480949277ab2e38d08226357d2c.zip
Notes
-rw-r--r--print/gfontview/files/patch-dialogs.C11
-rw-r--r--print/gfontview/files/patch-gfont.C11
2 files changed, 22 insertions, 0 deletions
diff --git a/print/gfontview/files/patch-dialogs.C b/print/gfontview/files/patch-dialogs.C
new file mode 100644
index 000000000000..61d4d4943f46
--- /dev/null
+++ b/print/gfontview/files/patch-dialogs.C
@@ -0,0 +1,11 @@
+--- dialogs.C.orig Mon Mar 19 02:03:00 2001
++++ dialogs.C Sun Aug 22 21:18:13 2004
+@@ -1327,7 +1327,7 @@
+ /* Entry field is DnD target */
+ gtk_drag_dest_set(prtdiag->fileentry, GTK_DEST_DEFAULT_ALL,
+ dnd_target_table, dnd_targets-1,
+- (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE));
++ (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE));
+ gtk_signal_connect(GTK_OBJECT(prtdiag->fileentry), "drag_data_received",
+ GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
+
diff --git a/print/gfontview/files/patch-gfont.C b/print/gfontview/files/patch-gfont.C
new file mode 100644
index 000000000000..5e13e0d845d2
--- /dev/null
+++ b/print/gfontview/files/patch-gfont.C
@@ -0,0 +1,11 @@
+--- gfont.C.orig Tue Mar 20 06:04:14 2001
++++ gfont.C Sun Aug 22 21:17:36 2004
+@@ -1103,7 +1103,7 @@
+ // Entry field of the combo box is DnD target
+ gtk_drag_dest_set(entry, GTK_DEST_DEFAULT_ALL,
+ dnd_target_table, dnd_targets-1,
+- (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE));
++ (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE));
+ gtk_signal_connect(GTK_OBJECT(entry), "drag_data_received",
+ GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
+