[gtk+/wip/baedert/gtkimageview: 132/135] stylepropertyimpl: Remove double assignment
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/gtkimageview: 132/135] stylepropertyimpl: Remove double assignment
- Date: Tue, 19 Jul 2016 12:51:57 +0000 (UTC)
commit 827a7050db807af6d5963d81b88b40010574e8c8
Author: Timm Bäder <mail baedert org>
Date: Thu Jul 14 21:09:25 2016 +0200
stylepropertyimpl: Remove double assignment
gtk/gtkcssstylepropertyimpl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index 4f191e6..7ecf056 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -263,7 +263,7 @@ static GtkCssValue *
font_family_assign (GtkCssStyleProperty *property,
const GValue *value)
{
- const char **names = g_value_get_boxed (value);
+ const char **names;
GtkCssValue *result;
GPtrArray *array;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]