[Xfce4-commits] r26411 - xfdesktop/trunk/src
Brian Tarricone
kelnos at xfce.org
Sun Dec 2 00:49:59 CET 2007
Author: kelnos
Date: 2007-12-01 23:49:58 +0000 (Sat, 01 Dec 2007)
New Revision: 26411
Modified:
xfdesktop/trunk/src/xfdesktop-icon-view.c
Log:
add comment referring to bug #
Modified: xfdesktop/trunk/src/xfdesktop-icon-view.c
===================================================================
--- xfdesktop/trunk/src/xfdesktop-icon-view.c 2007-11-30 12:29:21 UTC (rev 26410)
+++ xfdesktop/trunk/src/xfdesktop-icon-view.c 2007-12-01 23:49:58 UTC (rev 26411)
@@ -566,7 +566,7 @@
}
} else if(evt->type == GDK_2BUTTON_PRESS) {
/* be sure to cancel any pending drags that might have snuck through.
- * this shouldn't happen. */
+ * this shouldn't happen, but it does sometimes (bug 3426). */
icon_view->priv->definitely_dragging = FALSE;
icon_view->priv->maybe_begin_drag = FALSE;
More information about the Xfce4-commits
mailing list