[gtk+/toolpalette] toolpalette: Fixed inconsistent spacing
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/toolpalette] toolpalette: Fixed inconsistent spacing
- Date: Wed, 11 Nov 2009 09:09:52 +0000 (UTC)
commit ffce5223fcb9e71b09c996d04c7fe41483741307
Author: Johannes Schmid <jhs gnome org>
Date: Wed Nov 11 10:02:36 2009 +0100
toolpalette: Fixed inconsistent spacing
gtk/gtktoolitemgroup.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c
index 20da083..838068f 100644
--- a/gtk/gtktoolitemgroup.c
+++ b/gtk/gtktoolitemgroup.c
@@ -427,14 +427,11 @@ gtk_tool_item_group_set_property (GObject *object,
case PROP_LABEL:
gtk_tool_item_group_set_label (group, g_value_get_string (value));
break;
-
case PROP_LABEL_WIDGET:
gtk_tool_item_group_set_label_widget (group, g_value_get_object (value));
-
case PROP_COLLAPSED:
gtk_tool_item_group_set_collapsed (group, g_value_get_boolean (value));
break;
-
case PROP_ELLIPSIZE:
gtk_tool_item_group_set_ellipsize (group, g_value_get_enum (value));
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]