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

« back to all changes in this revision

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

Tags: upstream-3.0.0.0beta1
ImportĀ upstreamĀ versionĀ 3.0.0.0beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        CD_APPLET_REGISTER_FOR_MIDDLE_CLICK_EVENT;
57
57
        CD_APPLET_REGISTER_FOR_DROP_DATA_EVENT;
58
58
        cairo_dock_register_notification_on_object (&myIconsMgr,
59
 
                NOTIFICATION_STOP_ICON,
 
59
                NOTIFICATION_DESTROY,
60
60
                (CairoDockNotificationFunc) cd_shortcuts_free_data,
61
61
                CAIRO_DOCK_RUN_AFTER, myApplet);
62
62
CD_APPLET_INIT_END
69
69
        CD_APPLET_UNREGISTER_FOR_MIDDLE_CLICK_EVENT;
70
70
        CD_APPLET_UNREGISTER_FOR_DROP_DATA_EVENT;
71
71
        cairo_dock_remove_notification_func_on_object (&myIconsMgr,
72
 
                NOTIFICATION_STOP_ICON,
 
72
                NOTIFICATION_DESTROY,
73
73
                (CairoDockNotificationFunc) cd_shortcuts_free_data, myApplet);
74
74
CD_APPLET_STOP_END
75
75