]> Pileus Git - ~andy/gtk/blobdiff - gtk/tests/stylecontext.c
filechooserbutton: Don't duplicate tests for GTK_RESPONSE_DELETE_EVENT
[~andy/gtk] / gtk / tests / stylecontext.c
index 733e1fdb216ddd2c36042533b42f499809b09cd1..3435ce41a1534e9c8eebbc5c6e7697e9af5c4f63 100644 (file)
@@ -244,8 +244,8 @@ test_match (void)
   g_assert (gdk_rgba_equal (&color, &expected));
 
   data = "* { color: #f00 }\n"
-         "GtkWindow .button { color: #fff }\n"
-         "GObject .button { color: #000 }";
+         "GtkWindow .button { color: #000 }\n"
+         "GObject .button { color: #fff }";
   gtk_css_provider_load_from_data (provider, data, -1, &error);
   g_assert_no_error (error);
   gtk_style_context_invalidate (context);
@@ -313,7 +313,7 @@ test_style_property (void)
   g_object_unref (context);
 }
 
-void
+static void
 test_basic_properties (void)
 {
   GtkStyleContext *context;