GNOME Bugzilla – Bug 706664
Fix and simplify the use of GtkGrid inside show_account
Last modified: 2013-08-23 14:21:56 UTC
We have been using 2 GtkGrids for show_account, but only one should be enough. Not only does this simplify the code, but it also avoids cases where rows in the two grids are misaligned.
Created attachment 252861 [details] [review] Fix and simplify the use of GtkGrid inside show_account