mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 17:24:55 +01:00
missing break
This commit is contained in:
parent
65f41bb440
commit
36456d386f
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ zathura_page_view_set_property(GObject* object, guint prop_id, const GValue* val
|
||||||
priv->draw_links = false;
|
priv->draw_links = false;
|
||||||
redraw_all_rects(pageview, priv->search_results);
|
redraw_all_rects(pageview, priv->search_results);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
|
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue