~cairo-dock-team/cairo-dock-core/popup_from_shortkey

« back to all changes in this revision

Viewing changes to src/cairo-dock.c

  • Committer: Fabrice Rey
  • Date: 2013-06-04 22:58:28 UTC
  • Revision ID: fabounet03@gmail.com-20130604225828-x8lg3mv9135jr114
updated various parts of the core to the new API (new icons type, 'delete' method, simplified functions, etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
#include "cairo-dock-keybinder.h"
75
75
#include "cairo-dock-opengl.h"
76
76
#include "cairo-dock-packages.h"
77
 
#include "cairo-dock-launcher-manager.h"  // cairo_dock_launch_command
 
77
#include "cairo-dock-utils.h"  // cairo_dock_launch_command
78
78
#include "cairo-dock-core.h"
79
79
 
80
80
#include "cairo-dock-gui-manager.h"