Fix setting title when using native controls

This commit is contained in:
Jesse van den Kieboom 2015-12-21 21:58:57 +01:00
parent 2f4fbc73a7
commit 09bd9b05ee

View file

@ -420,8 +420,8 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable
if (Gitg.PlatformSupport.use_native_window_controls())
{
this.title = title;
d_header_bar.set_title(subtitle);
this.title = title;
}
else
{