gtk: Notify the click event

This commit is contained in:
Cheng Zhao 2015-05-21 15:22:52 +08:00
parent 466fc9a2fa
commit f31bfab127

View file

@ -42,6 +42,7 @@ void TrayIconGtk::SetContextMenu(ui::SimpleMenuModel* menu_model) {
} }
void TrayIconGtk::OnClick() { void TrayIconGtk::OnClick() {
NotifyClicked();
} }
bool TrayIconGtk::HasClickAction() { bool TrayIconGtk::HasClickAction() {