Skip to content

Commit

Permalink
Merge branch 'master' into statusBarAlerts
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhajas committed Apr 10, 2011
2 parents fcbba03 + 2b6aa6d commit ec6a6e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions MNAlertDashboardViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ -(void)showDashboard
-(void)clearDashboardPushed:(id)sender
{
//Let's create a UIActionSheet to deal with this very destructive action
clearActionSheet = [[UIActionSheet alloc] initWithTitle:@""
delegate:self
cancelButtonTitle:@"Cancel"
destructiveButtonTitle:@"Clear pending?"
otherButtonTitles:nil];
clearActionSheet = [[UIActionSheet alloc] initWithTitle:@"Clear pending alerts?"
delegate:self
cancelButtonTitle:@"Cancel"
destructiveButtonTitle:@"Clear pending"
otherButtonTitles:nil];

// Temporarily reposition window and elements
// to cover up the application switcher drawer
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
MODULES=congruence
include $(THEOS)/makefiles/common.mk

TWEAK_NAME = MobileNotifier
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Jay Freeman - saurik.com - for MobileSubstrate, Cydia, Cycript, Veency and count

Kyle Adams - kyleadams.org - for his work on the user interface for the project and prerelease testing

Tim Novinger - timnovinger.com
Tim Novinger - timnovinger.com - for his work on modernizing animations, cleaning up the interface and tons of other improvements
Binary file modified layout/Library/.DS_Store
Binary file not shown.
Binary file modified layout/Library/Application Support/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec6a6e3

Please sign in to comment.