Add on window selection refresh.

The changes in PBViewController is only there to
supress a compiler warning.
This commit is contained in:
Aron Cedercrantz
2009-07-17 22:14:59 +02:00
parent c8a7e5bfe9
commit 4e0871c2e2
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -45,4 +45,9 @@
{
return nil;
}
- (IBAction) refresh:(id)sender
{
return;
}
@end