Charles Kerr
869e0ab14d
fix: honor dialog.showMessageBox()'s Icon argument on Linux ( #15326 )
...
* 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:44:47 -05:00
..
2018-10-23 10:57:13 -04:00
2018-10-09 00:32:19 -05:00
2018-09-12 19:25:56 -05:00
2018-10-05 10:38:27 -05:00
2018-10-19 14:51:43 -04:00
2018-10-23 10:45:41 +02:00
2018-10-19 14:51:43 -04:00
2018-10-11 09:14:01 -04:00
2018-10-10 06:38:01 -07:00
2018-10-23 12:44:47 -05:00
2018-09-12 19:25:56 -05:00
2018-09-12 19:25:56 -05:00
2018-10-23 10:45:41 +02:00
2018-10-23 10:45:41 +02:00
2018-10-19 14:51:43 -04:00
2018-10-19 14:51:43 -04:00
2018-10-09 14:38:00 -07:00
2018-04-18 20:48:45 -04:00
2018-10-23 10:45:41 +02:00
2018-10-19 15:50:30 +02:00
2018-10-09 14:38:00 -07:00
2018-06-19 11:49:40 +10:00
2018-10-09 14:38:00 -07:00
2018-06-19 11:49:42 +10:00
2018-10-19 17:52:07 +09:00
2018-09-16 01:42:43 +10:00
2018-10-09 14:38:00 -07:00
2018-10-15 22:59:45 -07:00
2018-10-13 12:57:04 +11:00
2018-10-13 12:57:04 +11:00
2018-06-19 11:49:41 +10:00
2018-06-19 11:49:41 +10:00
2018-10-01 16:00:53 -04:00
2018-09-11 20:24:03 +02:00
2018-10-09 14:38:00 -07:00
2018-10-09 14:38:00 -07:00
2018-10-19 15:50:30 +02:00
2018-10-09 14:38:00 -07:00
2018-04-20 11:47:04 -07:00
2018-04-18 20:48:45 -04:00
2018-04-18 20:48:45 -04:00
2018-05-16 14:12:45 -05:00
2018-10-12 15:19:27 -07:00
2018-08-23 18:55:13 +09:00
2018-10-04 00:12:54 +02:00
2018-10-09 14:38:00 -07:00
2018-10-09 14:38:00 -07:00
2018-10-22 13:02:25 -05:00
2018-10-19 15:50:30 +02:00
2018-09-28 01:41:09 +10:00
2018-10-19 15:50:30 +02:00
2018-10-19 15:50:30 +02:00
2018-10-04 13:08:56 -05:00
2018-10-04 13:08:56 -05:00
2018-08-23 08:51:46 -07:00
2018-10-09 14:38:00 -07:00
2018-10-09 14:38:00 -07:00
2018-10-04 13:08:56 -05:00
2018-10-16 02:26:47 +11:00
2018-10-16 02:26:47 +11:00
2018-10-10 15:29:21 +11:00
2018-10-10 15:29:21 +11:00
2018-10-16 02:26:47 +11:00
2018-10-16 02:26:47 +11:00
2018-10-19 15:50:30 +02:00
2018-10-19 15:50:30 +02:00
2018-10-19 15:50:30 +02:00
2018-10-19 15:50:30 +02:00
2018-10-19 15:50:30 +02:00
2018-10-19 15:50:30 +02:00
2018-10-09 22:38:52 -07:00
2018-10-22 13:01:45 -07:00
2018-10-04 13:02:16 -05:00
2018-08-28 08:44:10 -05:00
2018-10-19 15:50:30 +02:00
2018-10-18 14:23:40 -07:00
2018-10-09 14:38:00 -07:00
2018-10-09 14:38:00 -07:00
2018-10-04 00:13:37 +02:00
2018-09-11 20:24:03 +02:00
2018-10-04 13:08:56 -05:00
2018-10-04 13:08:56 -05:00
2018-10-04 18:41:37 -05:00
2018-04-18 20:48:45 -04:00
2018-04-18 20:48:45 -04:00
2018-10-04 00:12:54 +02:00
2016-06-02 21:10:39 +09:00
2018-09-02 17:38:35 -05:00
2018-05-22 00:18:38 +02:00
2018-04-18 20:48:45 -04:00
2018-04-18 20:48:45 -04:00
2018-10-09 14:38:00 -07:00
2018-10-09 14:38:00 -07:00
2016-07-11 15:29:03 +09:00
2016-07-11 15:29:03 +09:00
2018-10-19 14:51:43 -04:00
2018-10-15 22:59:45 -07:00
2018-10-16 18:10:03 +09:00
2018-10-13 20:50:07 +03:00
2018-08-16 15:57:40 -07:00
2018-08-16 15:57:40 -07:00
2018-06-20 14:38:18 -07:00
2018-04-18 20:48:45 -04:00
2018-10-04 00:12:54 +02:00
2018-08-16 15:57:40 -07:00
2018-04-19 11:10:52 -07:00
2018-04-18 20:48:45 -04:00
2014-10-31 11:17:05 -07:00
2018-04-19 11:10:52 -07:00
2017-04-11 09:09:17 -07:00
2018-10-19 14:51:43 -04:00
2018-10-19 14:51:43 -04:00