GNOME Bugzilla – Bug 722079
Replacing the Gtk.Table with Gtk.Grid in Multiedit plugin
Last modified: 2019-03-23 20:35:36 UTC
GtkGrid is flexible enough to replace GtkBox, GtkTable and the like. As the Multiedit is making use of Gtk.Table so we need to replace it with Gtk.Grid.
Created attachment 266135 [details] [review] Replaced the GtkTable with GtkGrid.
Created attachment 266145 [details] [review] typo's corrected.
Created attachment 266146 [details] [review] squashed the commits.