]> git.pld-linux.org Git - packages/apollon.git/blob - apollon-firstrun.patch
- tabs in preamble
[packages/apollon.git] / apollon-firstrun.patch
1 --- apollon-1.0.2.1/apollon/firstrun.ui.h.old   2005-07-25 11:25:30.000000000 +0200
2 +++ apollon-1.0.2.1/apollon/firstrun.ui.h       2005-07-25 11:28:07.000000000 +0200
3 @@ -50,13 +50,13 @@
4         {
5                 
6                 //where are the plugins installed?
7 -               QDir installedPath ("/usr/share/giFT/giftd.conf.template");
8 -               if (QFile::exists(installedPath.path())) {
9 -                       installedPath = "/usr/share/giFT/";
10 +               QDir installedPath;
11 +               if (QFile::exists("/usr/share/giFT/giftd.conf.template")) {
12 +                       installedPath = "/usr/share/giFT";
13                 }
14                 else {
15                         installedPath = "/usr/local/share/giFT/giftd.conf.template";
16 -                       if (QFile::exists(installedPath.path()))
17 +                       if (QFile::exists("/usr/local/share/giFT/giftd.conf.template"))
18                                 installedPath = "/usr/local/share/giFT";
19                         else {
20                                 KMessageBox::sorry(this, 
This page took 0.071952 seconds and 3 git commands to generate.