[gtk+/native-layout] Added missing break statement to mutator:	gtk_tool_item_group_set_property()
- From: Tristan Van Berkom <tvb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk+/native-layout] Added missing break statement to mutator:	gtk_tool_item_group_set_property()
 
- Date: Sun,  4 Apr 2010 02:46:32 +0000 (UTC)
 
commit 96793999df26e71ff22473b5c15f97d1a3b13e21
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Mar 29 13:16:01 2010 -0400
    Added missing break statement to mutator: gtk_tool_item_group_set_property()
 gtk/gtktoolitemgroup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c
index ecff531..fea9f29 100644
--- a/gtk/gtktoolitemgroup.c
+++ b/gtk/gtktoolitemgroup.c
@@ -434,6 +434,7 @@ gtk_tool_item_group_set_property (GObject      *object,
 
       case PROP_LABEL_WIDGET:
         gtk_tool_item_group_set_label_widget (group, g_value_get_object (value));
+	break;
 
       case PROP_COLLAPSED:
         gtk_tool_item_group_set_collapsed (group, g_value_get_boolean (value));
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]