make configuration file management as such
[simple-launcher] / simple-launcher.cc
index 7c9d455..c20c886 100644 (file)
@@ -198,6 +198,7 @@ void SimpleLauncherApplet::addItem(LauncherItems& items, const std::string& name
   }
 }
 
   }
 }
 
+// {{{ Configuration file managment
 static const gchar *getConfigFileName() {
   static gchar *configFileName = NULL;
 
 static const gchar *getConfigFileName() {
   static gchar *configFileName = NULL;
 
@@ -239,6 +240,8 @@ void SimpleLauncherApplet::saveConfig() {
   }
 }
 
   }
 }
 
+// }}}
+
 void SimpleLauncherApplet::updateItems(LauncherItems& items) {
   for (int i = 0 ; ourDirs[i] != NULL ; ++i) {
     processDirectory(items, ourDirs[i]);
 void SimpleLauncherApplet::updateItems(LauncherItems& items) {
   for (int i = 0 ; ourDirs[i] != NULL ; ++i) {
     processDirectory(items, ourDirs[i]);