[Gpa-commits] r999 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat May 30 23:28:11 CEST 2009
Author: moritzs
Date: 2009-05-30 23:28:11 +0200 (Sat, 30 May 2009)
New Revision: 999
Modified:
trunk/src/ChangeLog
trunk/src/fileman.c
Log:
2009-05-30 Moritz <moritz at gnu.org>
* fileman.c (DND_TARGET_URI_LIST): Change constant from 0 to 1.
(This seems to fix drag and drop, although I couldn't find this
requirement (target types being > 0) documented anywhere)
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2009-05-20 15:08:54 UTC (rev 998)
+++ trunk/src/ChangeLog 2009-05-30 21:28:11 UTC (rev 999)
@@ -1,3 +1,7 @@
+2009-05-30 Moritz <moritz at gnu.org>
+
+ * fileman.c (DND_TARGET_URI_LIST): Change constant from 0 to 1.
+
2009-05-20 Werner Koch <wk at g10code.com>
* cm-openpgp.c (change_pin): Fix use of the Reset Code.
Modified: trunk/src/fileman.c
===================================================================
--- trunk/src/fileman.c 2009-05-20 15:08:54 UTC (rev 998)
+++ trunk/src/fileman.c 2009-05-30 21:28:11 UTC (rev 999)
@@ -89,8 +89,8 @@
FILE_N_COLUMNS
};
+#define DND_TARGET_URI_LIST 1
-#define DND_TARGET_URI_LIST 0
/* Drag and drop target list. */
static GtkTargetEntry dnd_target_list[] =
More information about the Gpa-commits
mailing list