View | Details | Raw Unified | Return to bug 70871
Collapse All | Expand All

(-)print/gfontview/files/patch-dialogs.C (+11 lines)
Line 0 Link Here
1
--- dialogs.C.orig	Mon Mar 19 02:03:00 2001
2
+++ dialogs.C	Sun Aug 22 21:18:13 2004
3
@@ -1327,7 +1327,7 @@
4
   /* Entry field is DnD target */
5
   gtk_drag_dest_set(prtdiag->fileentry, GTK_DEST_DEFAULT_ALL,
6
 		    dnd_target_table, dnd_targets-1,
7
-		    (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
8
+		    (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
9
   gtk_signal_connect(GTK_OBJECT(prtdiag->fileentry), "drag_data_received",
10
 		     GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
11
 
(-)print/gfontview/files/patch-gfont.C (+11 lines)
Line 0 Link Here
1
--- gfont.C.orig	Tue Mar 20 06:04:14 2001
2
+++ gfont.C	Sun Aug 22 21:17:36 2004
3
@@ -1103,7 +1103,7 @@
4
   // Entry field of the combo box is DnD target
5
   gtk_drag_dest_set(entry, GTK_DEST_DEFAULT_ALL,
6
 		    dnd_target_table, dnd_targets-1,
7
-		    (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
8
+		    (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
9
   gtk_signal_connect(GTK_OBJECT(entry), "drag_data_received",
10
 		     GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
11

Return to bug 70871