GNOME Bugzilla – Bug 685755
Remove deprecated widgets in opensubtitles plugins.
Last modified: 2012-10-09 16:06:32 UTC
Created attachment 226077 [details] [review] Remove deprecated widgets Hi, Here is a patch which removes deprecated widgets in opensubtitle plugin. The last version of glade also made some automatic cleanups to the .ui file.
Review of attachment 226077 [details] [review]: Looks good to me. Please commit to master. Thanks!
Comment on attachment 226077 [details] [review] Remove deprecated widgets Too much churn for me actually (I did the same thing but with 12 lines changed).
commit 370189533262733fd0fe4010a9b1b0e3e616c662 Author: Maël Lavault <mael.lavault@mailz.org> Date: Tue Oct 9 17:52:23 2012 +0200 opensubtitles: Remove use of deprecated widgets https://bugzilla.gnome.org/show_bug.cgi?id=685755
Yep i know we could do this in less line, but since every new release of glade will make these change (reordering the code a bit, this is intended to be better parsed by future glade version see : https://bugzilla.gnome.org/show_bug.cgi?id=643666 , in particular comment 4) why not integrate them in the code ? Anyway, thanks for committing !