Changeset 250d2d
- Timestamp:
- Sep 15, 2010, 5:16:02 PM (12 years ago)
- Branches:
- ng_0.6, ng_0.8, ng_0.9
- Children:
- 90ff39
- Parents:
- ee52fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_getHeader.js
ree52fc r250d2d 348 348 349 349 if (extension.id == this.MY_EXTENSION_UUID) { 350 if ( data == "item-uninstalled") {350 if ((data == "item-uninstalled") || (data == "item-disabled")) { 351 351 this._uninstall = true; 352 352 } else if (data == "item-cancel-action") { … … 357 357 if (this._uninstall) { 358 358 /* uninstall stuff. */ 359 vI_notificationBar.dump("## vI_uninstall: _uninstall\n");359 vI_notificationBar.dump("## vI_uninstall: uninstall/disabledment \n"); 360 360 vI_prepareHeader.removeExtraHeader(); 361 vI_notificationBar.dump("## vI_uninstall: _uninstalldone\n");361 vI_notificationBar.dump("## vI_uninstall: uninstall/disablement done\n"); 362 362 } 363 363 this.unregister();
Note: See TracChangeset
for help on using the changeset viewer.