~ubuntu-branches/ubuntu/wily/moonshot-ui/wily

« back to all changes in this revision

Viewing changes to src/moonshot-identity-management-view.vala

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2015-07-15 11:30:32 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20150715113032-9elaktfucmzxe7tc
Tags: upstream-0.7.2
ImportĀ upstreamĀ versionĀ 0.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    private CheckButton remember_checkbutton;
56
56
    private Button update_password_button;
57
57
 
58
 
    private ListStore* listmodel;
 
58
    private Gtk.ListStore* listmodel;
59
59
    private TreeModelFilter filter;
60
60
 
61
61
    public IdentityManagerModel identities_manager;
177
177
 
178
178
    private void setup_list_model ()
179
179
    {
180
 
      this.listmodel = new ListStore (Columns.N_COLUMNS, typeof (IdCard),
 
180
      this.listmodel = new Gtk.ListStore (Columns.N_COLUMNS, typeof (IdCard),
181
181
                                                          typeof (Gdk.Pixbuf),
182
182
                                                          typeof (string),
183
183
                                                          typeof (string),