~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-manager.c

  • Committer: Fabrice Rey
  • Date: 2010-12-25 02:54:47 UTC
  • mto: This revision was merged to the branch mainline in revision 698.
  • Revision ID: fabounet03@gmail.com-20101225025447-nzn1l2o7qbkx5cag
theme-manager: added icons + improved GUI + added a config.h for gldi

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <stdlib.h>
21
21
 
22
 
#include "../config.h"
 
22
#include "gldi-config.h"
23
23
#include "cairo-dock-log.h"
24
24
#include "cairo-dock-module-factory.h"  // gldi_extend_manager
25
25
#include "cairo-dock-keyfile-utilities.h"
178
178
                bFlushConfFileNeeded = cairo_dock_conf_file_needs_update (pKeyFile, cVersion);
179
179
        if (bFlushConfFileNeeded)
180
180
        {
181
 
                cairo_dock_flush_conf_file (pKeyFile, cConfFilePath, CAIRO_DOCK_SHARE_DATA_DIR, CAIRO_DOCK_CONF_FILE);
 
181
                cairo_dock_flush_conf_file (pKeyFile, cConfFilePath, GLDI_SHARE_DATA_DIR, CAIRO_DOCK_CONF_FILE);
182
182
        }
183
183
        
184
184
        g_key_file_free (pKeyFile);