GNOME Bugzilla – Bug 739648
pythonconsole: configure dialog uses deprecated stuff
Last modified: 2019-03-23 20:33:00 UTC
it is still using gdk color while it should use gdk rgba also the ui file uses a dialog while now it is possible to get an object directly without the need for a window parent
Created attachment 290161 [details] [review] Use GdkRGBA instead of GdkColor
Created attachment 290162 [details] [review] Use GtkGrid directly instead of GtkDialog
Review of attachment 290161 [details] [review]: See the comment ::: plugins/pythonconsole/pythonconsole/config.py @@ +44,2 @@ def configure_widget(self): + self._ui.add_from_file(self._ui_path) this part should go in the other patch
Created attachment 290301 [details] [review] Use GdkRGBA instead of GdkColor
Created attachment 290302 [details] [review] Use GtkGrid directly instead of GtkDialog
Review of attachment 290301 [details] [review]: Looks good.
Review of attachment 290302 [details] [review]: Looks good.
Sagar, don't forget to close a bug once the commits are pushed (as it is the case here). And mark the commits as committed.