X-Git-Url: http://git.maemo.org/git/?p=simple-launcher;a=blobdiff_plain;f=simple-launcher.cc;h=c20c886bf41fadabf2a00fc7221c293388af116e;hp=7c9d4554a3acfb2c8386a5d9349dee713c812637;hb=9d678e60480b6c411ce4ba134ce6b553d98dd9a6;hpb=e2f3ac2b22395eb4adb7d9919090018d6ee1f60d 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]);