Browse Source

gtk: Notify the click event

Cheng Zhao 10 years ago
parent
commit
f31bfab127
1 changed files with 1 additions and 0 deletions
  1. 1 0
      atom/browser/ui/tray_icon_gtk.cc

+ 1 - 0
atom/browser/ui/tray_icon_gtk.cc

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