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

« back to all changes in this revision

Viewing changes to src/cairo-dock-gui-simple.c

  • Committer: matttbe
  • Date: 2010-06-18 00:31:12 UTC
  • Revision ID: matttbe@gmail.com-20100618003112-0aqnsm4a9iiecc5m
CMakeLists:
 * Installed lib into lib64 directory for x86_64
 * Used 'package_source' for 'make dist'
 * Generated files into the current binary dir
Moved some useless files to 'misc' dir
Moved config.h to src/ dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <glib/gstdio.h>
25
25
#include <glib/gi18n.h>
26
26
 
27
 
#include "../config.h"
 
27
#include "config.h"
28
28
#include "cairo-dock-modules.h"
29
29
#include "cairo-dock-log.h"
30
30
#include "cairo-dock-gui-factory.h"