~ubuntu-branches/ubuntu/precise/gwibber/precise-proposed

« back to all changes in this revision

Viewing changes to client/public-item.vala

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-01-30 10:55:24 UTC
  • mto: This revision was merged to the branch mainline in revision 114.
  • Revision ID: package-import@ubuntu.com-20120130105524-87s04jfxw7bery0n
Tags: upstream-3.3.3
ImportĀ upstreamĀ versionĀ 3.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
public class PublicItem : TabBarStreamItem
20
20
{
21
 
  public PublicItem (Gee.HashMap streams)
 
21
  public PublicItem (Gee.HashMap streams_map)
22
22
  {
23
 
    Object (stream:"public", icon_name:"emblem-web", tooltip:_("Public"), streams:streams);
 
23
    Object (stream:"public", icon_name:"emblem-web", tooltip:_("Public"), streams_map:streams_map);
24
24
  }
25
25
 
26
26
  construct