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

« back to all changes in this revision

Viewing changes to src/cairo-dock-widget-themes.c

  • Committer: Fabrice Rey
  • Date: 2012-08-18 23:05:25 UTC
  • Revision ID: fabounet03@gmail.com-20120818230525-v2kizckkpz1ts9xl
updated themes folder, defined it in CMakeList.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include "cairo-dock-gui-backend.h"
42
42
#include "cairo-dock-widget-themes.h"
43
43
 
44
 
// Nom du repertoire des themes de dock.
45
 
#define CAIRO_DOCK_THEMES_DIR "themes"  /// TODO: define that somewhere
46
 
// Nom du repertoire des themes de dock sur le serveur
47
 
#define CAIRO_DOCK_DISTANT_THEMES_DIR "themes3.0"  /// TODO: define that somewhere
48
 
 
49
44
extern gchar *g_cThemesDirPath;
50
45
 
51
46
static void _themes_widget_apply (CDWidget *pCdWidget);