]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor fix for wxDF_PRIVATE, but doesn't work yet.
authorKarsten Ballüder <ballueder@usa.net>
Sun, 16 May 1999 23:12:18 +0000 (23:12 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Sun, 16 May 1999 23:12:18 +0000 (23:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/clipbrd.cpp
src/gtk1/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())
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())