diff options
Diffstat (limited to 'print/gfontview/files/patch-gfont.C')
-rw-r--r-- | print/gfontview/files/patch-gfont.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/gfontview/files/patch-gfont.C b/print/gfontview/files/patch-gfont.C deleted file mode 100644 index 5e13e0d845d2..000000000000 --- a/print/gfontview/files/patch-gfont.C +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - |