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