Changeset 11417
- Timestamp:
- 11/20/11 16:23:54 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/bluekeyactions.h
r11326 r11417 25 25 if(pluginnode != NULL) 26 26 { 27 startplugin = dlsym(pluginnode->pluginhandle, "screen aafpanel_softcam");27 startplugin = dlsym(pluginnode->pluginhandle, "screenpanel_softcam"); 28 28 if(startplugin != NULL){ 29 29 startplugin(); -
titan/titan/global.h
r11416 r11417 33 33 if(ostrcmp("mediacenter", name) == 0) return 0; 34 34 if(ostrcmp("configurehdd", name) == 0) return 0; 35 if(ostrcmp("aafpanel_system_aafwizard", name) == 0) return 0; 36 if(ostrcmp("aafpanel_settings_overclocking", name) == 0) return 0; 37 if(ostrcmp("aafpanel_settings_fancontrol", name) == 0) return 0; 38 if(ostrcmp("aafpanel_settings_automount", name) == 0) return 0; 39 if(ostrcmp("aafpanel_settings_autostart", name) == 0) return 0; 40 if(ostrcmp("aafpanel_settings_videotune", name) == 0) return 0; 41 if(ostrcmp("aafpanel_system_update_usb_online", name) == 0) return 0; 42 if(ostrcmp("aafpanel_system_update_usb_tmp", name) == 0) return 0; 43 if(ostrcmp("aafpanel_extensions_menu", name) == 0) return 0; 44 if(ostrcmp("aafpanel_system_backup", name) == 0) return 0; 35 if(ostrcmp("panel_settings_overclocking", name) == 0) return 0; 36 if(ostrcmp("panel_settings_fancontrol", name) == 0) return 0; 37 if(ostrcmp("panel_settings_automount", name) == 0) return 0; 38 if(ostrcmp("panel_settings_autostart", name) == 0) return 0; 39 if(ostrcmp("panel_settings_videotune", name) == 0) return 0; 40 if(ostrcmp("panel_system_update_usb_online", name) == 0) return 0; 41 if(ostrcmp("panel_system_update_usb_tmp", name) == 0) return 0; 42 if(ostrcmp("panel_extensions_menu", name) == 0) return 0; 43 if(ostrcmp("panel_system_backup", name) == 0) return 0; 45 44 } 46 45 return 1; -
titan/titan/redkeyactions.h
r11326 r11417 24 24 if(pluginnode != NULL) 25 25 { 26 startplugin = dlsym(pluginnode->pluginhandle, "screen aafpanel_softcam");26 startplugin = dlsym(pluginnode->pluginhandle, "screenpanel_softcam"); 27 27 if(startplugin != NULL){ 28 28 startplugin(); … … 108 108 if(pluginnode != NULL) 109 109 { 110 startplugin = dlsym(pluginnode->pluginhandle, "screen aafpanel_softcam");110 startplugin = dlsym(pluginnode->pluginhandle, "screenpanel_softcam"); 111 111 if(startplugin != NULL){ 112 112 startplugin();
Note: See TracChangeset
for help on using the changeset viewer.