~ubuntu-branches/ubuntu/maverick/gnat-gps/maverick

« back to all changes in this revision

Viewing changes to views/src/buffer_views.adb

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-15 15:12:34 UTC
  • mfrom: (10.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315151234-2qyonhb0vh6wxb17
Tags: 4.3-5ubuntu1
BUildĀ onĀ armel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-----------------------------------------------------------------------
2
2
--                               G P S                               --
3
3
--                                                                   --
 
4
--                     Copyright (C) 2005-2009, AdaCore              --
4
5
--                                                                   --
5
6
-- GPS is free  software;  you can redistribute it and/or modify  it --
6
7
-- under the terms of the GNU General Public License as published by --
398
398
               Set (Model, Iter, Data_Column, Untitled);
399
399
            else
400
400
               Set (Model, Iter, Icon_Column,
401
 
                    C_Proxy (Get_Icon (Child)));
 
401
                    GObject (Get_Icon (Child)));
402
402
               Set (Model, Iter, Name_Column, Name);
403
403
               Set (Model, Iter, Data_Column, Get_Title (Child));
404
404
            end if;