app: some forgotten s/GDK_foo/GDK_KEY_foo/

This commit is contained in:
Michael Natterer
2011-03-29 18:53:02 +02:00
parent 7c60bb5181
commit 1cdaa2846f
5 changed files with 10 additions and 9 deletions

View File

@ -410,7 +410,7 @@ crop_tool_can_crop (GimpTestFixture *fixture,
0 /*modifiers*/);
/* Crop */
gimp_test_utils_synthesize_key_event (GTK_WIDGET (shell), GDK_Return);
gimp_test_utils_synthesize_key_event (GTK_WIDGET (shell), GDK_KEY_Return);
gimp_test_run_mainloop_until_idle ();
/* Make sure the new image has the expected size */