electron/atom
trop[bot] 8dce40137c fix: honor dialog.showMessageBox()'s Icon argument on Linux (#15342)
* Don't call gtk_widget_show_all() on popup dialog.

Fixes #15317.

Notes: Fixed incorrect display of some GtkMessageDialog icons.

The issue is caused because GtkMessageDialog contains an icon widget
which is not shown when there's no associated icon. Our call to
`gtk_widget_show_all()` overrides this, showing the uninitialized
icon widget.

This PR fixes the issue by calling `gtk_widget_show()` where needed
and removing use of `gtk_widget_show_all()` in the message dialog.

* use gtk_dialog_set_default_response() for default

* fix: support icons on gtk+ messageboxes.
2018-10-23 12:01:05 -07:00
..
app build: [gn] widevine cdm support behind flag (3-0-x) (#14497) 2018-09-07 22:43:39 -07:00
browser fix: honor dialog.showMessageBox()'s Icon argument on Linux (#15342) 2018-10-23 12:01:05 -07:00
common Bump v3.0.5 2018-10-18 17:03:53 -07:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer fix: do not enable node integration in child window if not enabled (#15108) 2018-10-16 18:10:31 +09:00
utility also format missing .cc files 2018-04-18 20:48:45 -04:00