Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
BZ-1007691 - Project screen needs to read Project: [name]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikkola committed Oct 1, 2013
1 parent 6ea8e8a commit 5363824
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -27,6 +27,11 @@ public class ChangeTitleWidgetEvent {
private final String title;
private final IsWidget titleDecoration;

public ChangeTitleWidgetEvent( final PlaceRequest place,
final String title) {
this(place, title, null);
}

public ChangeTitleWidgetEvent( final PlaceRequest place,
final String title,
final IsWidget titleDecoration ) {
Expand Down

0 comments on commit 5363824

Please sign in to comment.