]> Pileus Git - ~andy/gtk/commitdiff
Add a missing break statement
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Jun 2011 01:58:51 +0000 (21:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 15 Jun 2011 01:58:51 +0000 (21:58 -0400)
gtk/gtktexttag.c

index ef68e4d6d7efb5e31a67c96dc5a5152565eb9d46..69d546ca041a546c05d9a3a06fddd2cefd41d64e 100644 (file)
@@ -1848,6 +1848,7 @@ gtk_text_tag_get_property (GObject      *object,
     case PROP_FOREGROUND:
     case PROP_PARAGRAPH_BACKGROUND:
       g_warning ("'foreground', 'background' and 'paragraph_background' properties are not readable, use 'foreground_gdk', 'background_gdk' and 'paragraph_background_gdk'");
+      break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;