Merge branch 'stable-2.9'

* stable-2.9:
  Replace icon for merge commit
  Make EmailArguments public to allow sending mails from plugins

Conflicts:
	gerrit-gwtui/src/main/java/com/google/gerrit/client/GerritResources.java

Change-Id: Icbf07da888ec07fc60409c1d987cf96359f3533d
This commit is contained in:
Shawn Pearce 2014-05-20 11:12:15 -07:00
commit fa06730419
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -79,6 +79,6 @@ public interface GerritResources extends ClientBundle {
@Source("listAdd.png")
public ImageResource listAdd();
@Source("important.png")
public ImageResource important();
@Source("merge.png")
public ImageResource merge();
}

View File

@ -131,7 +131,7 @@ limitations under the License.
</div>
<g:Image
ui:field='mergeCommit'
resource='{ico.important}'
resource='{ico.merge}'
visible='false'
title='Merge Commit'>
<ui:attribute name='title'/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

View File

@ -42,7 +42,7 @@ import org.apache.velocity.runtime.RuntimeInstance;
import java.util.List;
class EmailArguments {
public class EmailArguments {
final GitRepositoryManager server;
final ProjectCache projectCache;
final GroupBackend groupBackend;