summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-04-05 19:10:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-04-05 19:10:39 -0400
commita6c7889cb659de22bba78990f826bc22a2211016 (patch)
treea3334ab30c0a8cd2b789fd8314643b4b78e17d33 /tests
parente77b2832aa0fc8a94e76954ccb35a17cb3f41e15 (diff)
downloadgtk+-a6c7889cb659de22bba78990f826bc22a2211016.tar.gz
testgtk: Set initial cursor
Arrange for the entry and the cursor area to both start out with the arrow cursor.
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c
index a41528ba42..b9458e0477 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -5184,7 +5184,7 @@ create_cursors (GtkWidget *widget)
gtk_widget_show_all (window);
- set_cursor_from_name (entry, darea);
+ gtk_entry_set_text (GTK_ENTRY (entry), "arrow");
}
else
gtk_widget_destroy (window);