Ignore:
Timestamp:
05/04/10 15:14:08 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
222b8db664140ef6c8b5015a5ca71167687ffe92
Parents:
7de01d30f19e0a3d6ec5aeb01b43dbe0c3dcc010
git-committer:
Matias De la Puente <mfpuente.ar@…> (05/04/10 15:14:08)
Message:

Projects: Add 'new' action

Recycle and improve NewProjectDialog? from old i4uc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucprojectsviewiface.vala

    rc5050d6 re7bab96  
    2525        public abstract bool close_sensitive { set; get; } 
    2626 
     27        public signal void new_clicked (); 
    2728        public signal void open_clicked (); 
    2829        public signal void close_clicked (); 
    2930 
    3031        public abstract void show_error_message (string error_message); 
     32        public abstract int show_new_dialog (out string project_uri, out string project_name, out Gee.List<string> authors); 
    3133        public abstract void show_open_dialog (ref string folder_uri, out Gee.List<string> projects); 
    3234} 
Note: See TracChangeset for help on using the changeset viewer.