~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric

« back to all changes in this revision

Viewing changes to shortcuts/src/applet-init.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        //\_______________ On charge les icones dans un sous-dock.
52
52
        cd_shortcuts_start (myApplet);
53
53
        
54
 
        cairo_dock_register_notification_on_object (&myContainersMgr,
55
 
                NOTIFICATION_CLICK_ICON,
56
 
                (CairoDockNotificationFunc) CD_APPLET_ON_CLICK_FUNC,
57
 
                CAIRO_DOCK_RUN_FIRST, myApplet);  // on se met en premier pour pas que le dock essaye de lancer nos icones.
 
54
        CD_APPLET_REGISTER_FOR_CLICK_EVENT;
58
55
        CD_APPLET_REGISTER_FOR_BUILD_MENU_EVENT;
59
56
        CD_APPLET_REGISTER_FOR_MIDDLE_CLICK_EVENT;
60
57
        CD_APPLET_REGISTER_FOR_DROP_DATA_EVENT;