diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-18 02:17:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-18 02:17:14 +0000 |
commit | d5d01a5af9aaa11762d7ba86760796df00af3786 (patch) | |
tree | c12bb7c7980b3177456cab8987755a976297b205 /tests/testselection.c | |
parent | 65e63db01e93820093c2eb5169d5f8c0be3fe4e5 (diff) | |
download | gdk-pixbuf-d5d01a5af9aaa11762d7ba86760796df00af3786.tar.gz |
It's all in the changelog. Well, almost all.
-owt
Diffstat (limited to 'tests/testselection.c')
-rw-r--r-- | tests/testselection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testselection.c b/tests/testselection.c index 0a1fd87f4..6f33be989 100644 --- a/tests/testselection.c +++ b/tests/testselection.c @@ -319,6 +319,7 @@ selection_received (GtkWidget *widget, GtkSelectionData *data) name?name:"<unknown>", data->type); position = data->length; + continue; } } gtk_text_insert (GTK_TEXT (selection_text), NULL, |