Skip to content

Commit

Permalink
Merge pull request #340 from ramok/next
Browse files Browse the repository at this point in the history
Fix SIGABRT on zoom_level
  • Loading branch information
keis committed Feb 2, 2017
2 parents b66937f + 5f1354f commit 3a4c70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/variables.c
Original file line number Diff line number Diff line change
Expand Up @@ -1970,8 +1970,8 @@ IMPLEMENT_SETTER (gchar *, accept_languages)
return TRUE;
}

GOBJECT_GETSET2 (gdouble, zoom_level,
gfloat, webkit_view (), "zoom-level")
GOBJECT_GETSET (gdouble, zoom_level,
webkit_view (), "zoom-level")

IMPLEMENT_SETTER (gdouble, zoom_step)
{
Expand Down

0 comments on commit 3a4c70a

Please sign in to comment.