Maybe fix mac crash.

This commit is contained in:
John Maguire 2010-06-22 15:45:05 +00:00
parent 99e2bb3e06
commit 300772ad89
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class MacSystemTrayIconPrivate : boost::noncopyable {
void ActionChanged(QAction* action) {
NSMenuItem* item = actions_[action];
[[item title] release];
NSString* title = [[NSString alloc] initWithUTF8String: action->text().toUtf8().constData()];
[item setTitle:title];
}