mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-08 18:50:37 +00:00
Correction for -a.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e0972f30d
commit
3dadc652db
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-28 20:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Tools/gopen.m: Added back code in to launch the application properly
|
||||||
|
with the -a option.
|
||||||
|
|
||||||
2006-03-26 12:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
2006-03-26 12:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Headers/AppKit/NSPopUpButtonCell.h: Refactored header,
|
* Headers/AppKit/NSPopUpButtonCell.h: Refactored header,
|
||||||
|
|
|
@ -85,7 +85,7 @@ main(int argc, char** argv, char **env_c)
|
||||||
if (application)
|
if (application)
|
||||||
{
|
{
|
||||||
// Don't start the application itself but use it for file opening.
|
// Don't start the application itself but use it for file opening.
|
||||||
// [workspace launchApplication: application];
|
[workspace launchApplication: application];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filetoopen)
|
if (filetoopen)
|
||||||
|
|
Loading…
Reference in a new issue