From 5bf9f8c410a1fbe6f298dbe404447195b64df63f Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sat, 13 Nov 2010 23:18:44 +0100 Subject: [PATCH] testgtk: Try to locate the right file. --- tests/testgtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testgtk.c b/tests/testgtk.c index abfd127a1c..29f5dc41ff 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -10210,7 +10210,7 @@ main (int argc, char *argv[]) */ if (file_exists ("testgtk.css")) gtk_css_provider_load_from_path (provider, "testgtk.css", NULL); - else if (file_exists ("tests/testgtkrc")) + else if (file_exists ("tests/testgtk.css")) gtk_css_provider_load_from_path (provider, "tests/testgtk.css", NULL); else g_warning ("Couldn't find file \"testgtk.css\".");