blob: 61d4d4943f46f3384c33a7be24696b867461c7f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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);
|