Changeset c8a12325832a68ad842b2d51a7380aebdb4ca52a
- Timestamp:
- 08/01/11 19:53:39 (2 years ago)
- Children:
- 704dd17c89c92120558913929eb1e86130c68ce6
- Parents:
- ecaaec6e757419935a635b633ea51d2a9ba8eb52
- git-committer:
- Matias De la Puente <mfpuente.ar@…> (08/01/11 19:53:39)
- Files:
-
- 5 added
- 3 edited
-
gtkfrontend/Makefile.am (modified) (2 diffs)
-
gtkfrontend/commandview.vala (added)
-
gtkfrontend/main.vala (modified) (1 diff)
-
gtkfrontend/optionview.vala (added)
-
libi4uccore/Makefile.am (modified) (2 diffs)
-
libi4uccore/commandlogic.vala (added)
-
libi4uccore/commandview.vala (added)
-
libi4uccore/optionview.vala (added)
Legend:
- Unmodified
- Added
- Removed
-
gtkfrontend/Makefile.am
r544eee7 rc8a1232 20 20 builderslist.vala \ 21 21 closeconfirmationdialog.vala \ 22 commandview.vala \ 22 23 dialogresponses.vala \ 23 24 documentpageview.vala \ … … 32 33 messagebar.vala \ 33 34 newprojectdialog.vala \ 35 optionview.vala \ 34 36 page.vala \ 35 37 pagepositions.vala \ -
gtkfrontend/main.vala
r41ce6fe rc8a1232 58 58 context.parse (ref args); 59 59 } 60 catch ( OptionError e)60 catch (GLib.OptionError e) 61 61 { 62 62 stderr.printf (e.message + "\n"); -
libi4uccore/Makefile.am
r544eee7 rc8a1232 44 44 command.vala \ 45 45 commandloader.vala \ 46 commandlogic.vala \ 46 47 commandrunner.vala \ 47 48 commandrunnerfactory.c \ 49 commandview.vala \ 48 50 dialogresponse.vala \ 49 51 document.vala \ … … 60 62 mainwindowview.vala \ 61 63 messagebar.vala \ 64 optionview.vala \ 62 65 page.vala \ 63 66 pagespanel.vala \
Note: See TracChangeset
for help on using the changeset viewer.

