]> git.pld-linux.org Git - packages/apollon.git/blame - apollon-firstrun.patch
- tabs in preamble
[packages/apollon.git] / apollon-firstrun.patch
CommitLineData
c4b6d768 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 @@
8e23797a 4 {
c4b6d768 5
8e23797a 6 //where are the plugins installed?
7- QDir installedPath ("/usr/share/giFT/giftd.conf.template");
c4b6d768 8- if (QFile::exists(installedPath.path())) {
8e23797a 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 {
c4b6d768 15 installedPath = "/usr/local/share/giFT/giftd.conf.template";
8e23797a 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.060285 seconds and 4 git commands to generate.