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

« back to all changes in this revision

Viewing changes to Composite-Manager/src/applet-init.c

  • Committer: Matthieu Baerts
  • Date: 2013-08-27 14:46:47 UTC
  • mto: (53.1.4 cairo-dock-plug-ins)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: matttbe@gmail.com-20130827144647-wm0kyawa8vcg0cso
Tags: upstream-3.2.99.beta1.1~20130827~bzr2928
ImportĀ upstreamĀ versionĀ 3.2.99.beta1.1~20130827~bzr2928

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        CD_APPLET_UNREGISTER_FOR_BUILD_MENU_EVENT;
64
64
        
65
65
        // shortkey
66
 
        cd_keybinder_unbind (myData.cKeyBinding);
 
66
        gldi_object_unref (GLDI_OBJECT(myData.cKeyBinding));
67
67
CD_APPLET_STOP_END
68
68
 
69
69
 
79
79
                
80
80
                cd_draw_current_state ();
81
81
                
82
 
                cd_keybinder_rebind (myData.cKeyBinding, myConfig.cShortcut, NULL);
 
82
                gldi_shortkey_rebind (myData.cKeyBinding, myConfig.cShortcut, NULL);
83
83
        }
84
84
CD_APPLET_RELOAD_END