summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitemgroup.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-10-31 14:45:41 +0100
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:38:33 +0100
commitc0d08ff627d6182f813d2992db0064b451d31be6 (patch)
treee8719dbf574d9d68888951084e8db0e4dd17634f /gtk/gtktoolitemgroup.c
parent1c2f27fe11776e1e65e9a31ca9f847446d0cb103 (diff)
downloadgtk+-c0d08ff627d6182f813d2992db0064b451d31be6.tar.gz
GtkToolItemGroup: Set widget state as state flags.
Diffstat (limited to 'gtk/gtktoolitemgroup.c')
-rw-r--r--gtk/gtktoolitemgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c
index 7983667ffc..abcc64014b 100644
--- a/gtk/gtktoolitemgroup.c
+++ b/gtk/gtktoolitemgroup.c
@@ -1752,7 +1752,7 @@ gtk_tool_item_group_set_label_widget (GtkToolItemGroup *group,
if (priv->label_widget)
{
- gtk_widget_set_state (priv->label_widget, GTK_STATE_NORMAL);
+ gtk_widget_set_state_flags (priv->label_widget, 0, TRUE);
gtk_container_remove (GTK_CONTAINER (alignment), priv->label_widget);
}