]> git.pld-linux.org Git - packages/apper.git/blob - apper-crash_fix.patch
- initial
[packages/apper.git] / apper-crash_fix.patch
1 diff -ur apper-0.7.0.orig/Apper/main.cpp apper-0.7.0/Apper/main.cpp
2 --- apper-0.7.0.orig/Apper/main.cpp     2012-02-05 13:08:14.521574875 +0100
3 +++ apper-0.7.0/Apper/main.cpp  2012-02-05 16:24:35.096903422 +0100
4 @@ -75,6 +75,8 @@
5      options.add("+[package]", ki18n("Package file to install"));
6      KCmdLineArgs::addCmdLineOptions(options);
7  
8 +    Apper app;
9 +
10      KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
11  
12      if (args->count()) {
13 @@ -131,7 +133,5 @@
14          return 0;
15      }
16  
17 -    Apper app;
18 -
19      return app.exec();
20  }
This page took 0.075493 seconds and 3 git commands to generate.