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

« back to all changes in this revision

Viewing changes to src/cairo-dock.c

  • Committer: Fabrice Rey
  • Date: 2013-02-02 18:41:38 UTC
  • Revision ID: fabounet03@gmail.com-20130202184138-n2eu2i9g0bmy40ru
made the Help module as an independant applet + removed the need for RTLD_DEEPBIND, which should make the dock compatible with BSD again

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
#include "cairo-dock-gui-manager.h"
79
79
#include "cairo-dock-gui-backend.h"
80
80
#include "cairo-dock-user-interaction.h"
81
 
#include "help/cairo-dock-help.h"
82
81
 
83
82
//#define CAIRO_DOCK_THEME_SERVER "http://themes.glx-dock.org"
84
83
#define CAIRO_DOCK_THEME_SERVER "http://download.tuxfamily.org/glxdock/themes"
590
589
                        cUserDefinedModuleDir = NULL;
591
590
                }
592
591
        }
593
 
        cairo_dock_register_help_module ();  // this applet is made for Cairo-Dock, not gldi; therefore, it's not installed as a separate library, so we manually register it.
594
592
        
595
593
        //\___________________ define GUI backend.
596
594
        cairo_dock_load_user_gui_backend (s_iGuiMode);