Skip to content

Commit

Permalink
Small fix for my patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed May 9, 2011
1 parent ce1598e commit 0928807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion advanced/advanced-system-menus-mode-menu-vzw.patch
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
+ else
+ $('carrier').style.color = this.defaultCarrierColor;
+
+ if((this.modeSwitcherStatus.activeModes[0].name == "Default Mode") && (statusText != ""))
+ if((this.modeSwitcherStatus.activeModes[0].name == "Default Mode") && (this.carrierText != ""))
+ var statusText = this.carrierText;
+ else
+ var statusText = this.modeSwitcherStatus.activeModes[0].name;
Expand Down
2 changes: 1 addition & 1 deletion advanced/advanced-system-menus-mode-menu.patch
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
+ else
+ $('carrier').style.color = this.defaultCarrierColor;
+
+ if((this.modeSwitcherStatus.activeModes[0].name == "Default Mode") && (statusText != ""))
+ if((this.modeSwitcherStatus.activeModes[0].name == "Default Mode") && (this.carrierText != ""))
+ var statusText = this.carrierText;
+ else
+ var statusText = this.modeSwitcherStatus.activeModes[0].name;
Expand Down

0 comments on commit 0928807

Please sign in to comment.