added a fixme note for the config file name
authormishas <mikhail.sobolev@gmail.com>
Wed, 21 Mar 2007 20:41:49 +0000 (20:41 +0000)
committermishas <mikhail.sobolev@gmail.com>
Wed, 21 Mar 2007 20:41:49 +0000 (20:41 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@102 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 8c2e319..b4f52a8 100644 (file)
@@ -172,6 +172,7 @@ void SimpleLauncherApplet::addItem(LauncherItems& items, const std::string& name
   }
 }
 
+// FIXME: this probably should be done somehow differently
 static char *configFileName="/home/user/.slarc";
 
 void SimpleLauncherApplet::loadConfig() {