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 689746 - privacy: Don't put an extra separator before the first row
privacy: Don't put an extra separator before the first row
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Privacy
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-05 23:31 UTC by Matthias Clasen
Modified: 2012-12-06 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
privacy: Don't put an extra separator before the first row (1.03 KB, patch)
2012-12-05 23:32 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2012-12-05 23:31:58 UTC
The separator function is called for each row, to allow creating
the separator that goes before that row. We don't want a separator
before the first row, so we return NULL if before == NULL.
Comment 1 Matthias Clasen 2012-12-05 23:32:01 UTC
Created attachment 230856 [details] [review]
privacy: Don't put an extra separator before the first row
Comment 2 Bastien Nocera 2012-12-06 00:03:21 UTC
Review of attachment 230856 [details] [review]:

++