Use headerbar in the author details dialog

https://bugzilla.gnome.org/show_bug.cgi?id=727068
This commit is contained in:
Yosef Or Boczko 2014-04-14 10:58:20 +03:00
parent 9504e8f2c0
commit 05564e62f2

View file

@ -43,6 +43,8 @@ namespace Gitg
public AuthorDetailsDialog (Gtk.Window? parent, Ggit.Config config, string? repository_name)
{
Object (use_header_bar: 1);
if (parent != null)
{
set_transient_for (parent);