]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/clipbrd.cpp
Added rc and def files for new samples
[wxWidgets.git] / src / gtk / clipbrd.cpp
index 213357b8ff5f230901788e306aac64627374a984..3eb5d9b886df011b367cc82706910a7c031dc84b 100644 (file)
@@ -264,7 +264,7 @@ selection_handler( GtkWidget *WXUNUSED(widget), GtkSelectionData *selection_data
        if (data_object->GetFormat().GetAtom() != selection_data->target)
        {
            node = node->Next();
-           break;
+           continue;
        }
        
        switch (data_object->GetFormat().GetType())