Update construct/set application navigation property

This commit is contained in:
Jesse van den Kieboom 2012-07-17 09:53:37 +02:00
parent ec736349c1
commit 62fb7bf34c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ namespace GitgDash
{
private class Navigation : Object, GitgExt.Navigation
{
public GitgExt.Application? application { owned get; construct; }
public GitgExt.Application? application { owned get; construct set; }
public signal void show_open();
public signal void show_create();

View file

@ -21,7 +21,7 @@ namespace GitgHistory
{
private class Navigation : Object, GitgExt.Navigation
{
public GitgExt.Application? application { owned get; construct; }
public GitgExt.Application? application { owned get; construct set; }
public signal void ref_activated(Gitg.Ref r);