]> git.pld-linux.org Git - packages/Zipper.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Thu, 11 Nov 2004 15:58:15 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zipper-initwitharguments.patch -> 1.1

Zipper-initwitharguments.patch [new file with mode: 0644]

diff --git a/Zipper-initwitharguments.patch b/Zipper-initwitharguments.patch
new file mode 100644 (file)
index 0000000..e09b3d5
--- /dev/null
@@ -0,0 +1,18 @@
+diff -ur o-Zipper/main.m Zipper/main.m
+--- o-Zipper/main.m    2004-11-09 12:44:19.000000000 -0700
++++ Zipper/main.m      2004-11-11 08:56:58.071170808 -0700
+@@ -3,9 +3,13 @@
+ #include <Renaissance/Renaissance.h>
+ #include "AppDelegate.h"
+-int main(int argc, const char *argv[]) 
++int main(int argc, const char *argv[], const char *env[]) 
+ {
+       CREATE_AUTORELEASE_POOL (pool);
++
++#ifdef GS_PASS_ARGUMENTS
++      [NSProcessInfo initializeWithArguments: argv count: argc environment: env];
++#endif
+         
+       [NSApplication sharedApplication];
+       [NSApp setDelegate: [AppDelegate new]];
This page took 0.689594 seconds and 4 git commands to generate.