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 662132 - --sync
--sync
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.0.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-10-18 19:53 UTC by Morten Welinder
Modified: 2011-10-21 01:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't refer to --sync anymore (1.51 KB, patch)
2011-10-21 01:50 UTC, Matthias Clasen
committed Details | Review

Description Morten Welinder 2011-10-18 19:53:41 UTC
_gdk_x11_display_error_event refers to "--sync" but nothing seems to
implement that option anymore.
Comment 1 Matthias Clasen 2011-10-21 01:50:23 UTC
The following fix has been pushed:
34d6caa Don't refer to --sync anymore
Comment 2 Matthias Clasen 2011-10-21 01:50:26 UTC
Created attachment 199601 [details] [review]
Don't refer to --sync anymore

That commandline option got replaced with an environment variable,
so mention that in the warning text.