~jgonzalezdr/cairo-dock-plug-ins/suspend-workaround-applet_3.3

« back to all changes in this revision

Viewing changes to quick-browser/src/applet-init.c

  • Committer: Fabrice Rey
  • Date: 2013-05-19 17:26:37 UTC
  • Revision ID: fabounet03@gmail.com-20130519172637-cc4oyb5q3z0jd139
Here is quite a huge commit; it's "just" to update to the new core API

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        CD_APPLET_UNREGISTER_FOR_BUILD_MENU_EVENT;
75
75
 
76
76
        cd_quick_browser_free_apps_list (myApplet);
77
 
        cd_keybinder_unbind (myData.cKeyBinding);
 
77
        gldi_object_unref (GLDI_OBJECT(myData.cKeyBinding));
78
78
CD_APPLET_STOP_END
79
79
 
80
80
 
96
96
                        g_free (cDirName);
97
97
                }
98
98
                
99
 
                cd_keybinder_rebind (myData.cKeyBinding, myConfig.cMenuShortkey, NULL);
 
99
                gldi_shortkey_rebind (myData.cKeyBinding, myConfig.cMenuShortkey, NULL);
100
100
        }
101
101
CD_APPLET_RELOAD_END