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 690991 - Fix session tracking configure.ac vs consolekit (jhbuild default)
Fix session tracking configure.ac vs consolekit (jhbuild default)
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-02 09:42 UTC by Alban Browaeys
Modified: 2013-01-08 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes missing dollar before identifier (843 bytes, patch)
2013-01-02 09:42 UTC, Alban Browaeys
committed Details | Review
negate the whole expression for consolekit session tracking (1.05 KB, patch)
2013-01-02 09:43 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2013-01-02 09:42:23 UTC
Created attachment 232505 [details] [review]
Fixes missing dollar before identifier

There is a missing dollar sign before the identifier check. Also the negation is not applied to the whole expression.
Those two patches fixes those.
Comment 1 Alban Browaeys 2013-01-02 09:43:26 UTC
Created attachment 232506 [details] [review]
negate the whole expression for consolekit session tracking
Comment 2 Dan Winship 2013-01-02 17:54:03 UTC
fixed. thanks
Comment 3 Pavel Simerda 2013-01-08 13:28:06 UTC
thx