From 3dadc652db57fcd9bcd5655171695615e7c53c85 Mon Sep 17 00:00:00 2001 From: gcasa Date: Wed, 29 Mar 2006 01:22:04 +0000 Subject: [PATCH] Correction for -a. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22724 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Tools/gopen.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1755600ea..5b8711c0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-28 20:21 Gregory John Casamento + + * Tools/gopen.m: Added back code in to launch the application properly + with the -a option. + 2006-03-26 12:52 Gregory John Casamento * Headers/AppKit/NSPopUpButtonCell.h: Refactored header, diff --git a/Tools/gopen.m b/Tools/gopen.m index 5ce007e8b..88db69586 100644 --- a/Tools/gopen.m +++ b/Tools/gopen.m @@ -85,7 +85,7 @@ main(int argc, char** argv, char **env_c) if (application) { // Don't start the application itself but use it for file opening. - // [workspace launchApplication: application]; + [workspace launchApplication: application]; } if (filetoopen)