[gtk+/gtk-style-context: 407/533] GtkStyleContext: preserve state on save().
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 407/533] GtkStyleContext: preserve state on save().
- Date: Wed, 1 Dec 2010 02:40:02 +0000 (UTC)
commit de0c7a95b37ced7603c0ba2295af931f34bf80f9
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Nov 19 18:53:34 2010 +0100
GtkStyleContext: preserve state on save().
gtk/gtkstylecontext.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index 48c2373..e880c82 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]