After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706664 - Fix and simplify the use of GtkGrid inside show_account
Fix and simplify the use of GtkGrid inside show_account
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
3.9.x
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks: 706645
 
 
Reported: 2013-08-23 13:40 UTC by Debarshi Ray
Modified: 2013-08-23 14:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix and simplify the use of GtkGrid inside show_account (35.57 KB, patch)
2013-08-23 13:57 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-08-23 13:40:01 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.
Comment 1 Debarshi Ray 2013-08-23 13:57:04 UTC
Created attachment 252861 [details] [review]
Fix and simplify the use of GtkGrid inside show_account