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

« back to all changes in this revision

Viewing changes to client/private-item.vala

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-01-30 10:55:24 UTC
  • mfrom: (1.1.67)
  • Revision ID: package-import@ubuntu.com-20120130105524-lvj9m771qldotvi4
Tags: 3.3.3-0ubuntu1
* New upstream release
  - Fixed memory leak in ActionBoxItem (LP: #909085)
  - Fixed race conditions in async image loading while scrolling (LP: #911619)
  - Hide window while gwibber exits (Michal Hruby)
  - Improved scrolling by enclosing comments and image previews in a 
    Gtk.Expander, this fixes the tiles resizing while scrolling (LP: #875348)
  - Ported to valac-0.16
* debian/control
  - build depend on valac-0.16 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
public class PrivateItem : TabBarStreamItem
20
20
{
21
 
  public PrivateItem (Gee.HashMap streams)
 
21
  public PrivateItem (Gee.HashMap streams_map)
22
22
  {
23
 
    Object (stream:"private", icon_name:"mail-send-receive", tooltip:_("Private Messages"), streams:streams);
 
23
    Object (stream:"private", icon_name:"mail-send-receive", tooltip:_("Private Messages"), streams_map:streams_map);
24
24
  }
25
25
 
26
26
  construct