From: Karsten Ballüder Date: Sun, 16 May 1999 23:12:18 +0000 (+0000) Subject: Minor fix for wxDF_PRIVATE, but doesn't work yet. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3874d10d85573aa240b80068837a98eea82dcb7e Minor fix for wxDF_PRIVATE, but doesn't work yet. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/clipbrd.cpp b/src/gtk/clipbrd.cpp index 213357b8ff..3eb5d9b886 100644 --- a/src/gtk/clipbrd.cpp +++ b/src/gtk/clipbrd.cpp @@ -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()) diff --git a/src/gtk1/clipbrd.cpp b/src/gtk1/clipbrd.cpp index 213357b8ff..3eb5d9b886 100644 --- a/src/gtk1/clipbrd.cpp +++ b/src/gtk1/clipbrd.cpp @@ -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())