]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dnd.cpp
New GTK 2.0 Update() code.
[wxWidgets.git] / src / gtk / dnd.cpp
index ca8a96f4b620c6c7ef9ff146ab1f9f721b99cfa4..d8487a913b1c8411ddc7febed532f7e084b4c0a7 100644 (file)
@@ -301,7 +301,9 @@ static gboolean target_drag_drop( GtkWidget *widget,
 #endif
 
         GdkAtom format = drop_target->GetMatchingPair();
 #endif
 
         GdkAtom format = drop_target->GetMatchingPair();
-        wxASSERT( format );
+
+        // this does happen somehow, see bug 555111
+        wxCHECK_MSG( format, FALSE, _T("no matching GdkAtom for format?") )
 
 /*
         GdkDragAction action = GDK_ACTION_MOVE;
 
 /*
         GdkDragAction action = GDK_ACTION_MOVE;