From 9d678e60480b6c411ce4ba134ce6b553d98dd9a6 Mon Sep 17 00:00:00 2001 From: mishas Date: Fri, 21 Sep 2007 13:42:09 +0000 Subject: [PATCH] make configuration file management as such git-svn-id: file:///svnroot/simple-launcher/trunk@239 3ba93dab-e023-0410-b42a-de7732cf370a --- simple-launcher.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple-launcher.cc b/simple-launcher.cc index 7c9d455..c20c886 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -198,6 +198,7 @@ void SimpleLauncherApplet::addItem(LauncherItems& items, const std::string& name } } +// {{{ Configuration file managment 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]); -- 1.7.9.5