GtkStyleContext: preserve state on save().

This commit is contained in:
Carlos Garnacho 2010-11-19 18:53:34 +01:00
parent 1bfb169ce6
commit 198bb314c7

View File

@ -369,6 +369,7 @@ style_info_copy (const GtkStyleInfo *info)
info->regions->len);
copy->junction_sides = info->junction_sides;
copy->state_flags = info->state_flags;
return copy;
}