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 684717 - gnome-3-4 branch requires features from glib-2.34
gnome-3-4 branch requires features from glib-2.34
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Bluetooth
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-24 14:28 UTC by Michael Biebl
Modified: 2012-09-24 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2012-09-24 14:28:32 UTC
Commit [1] uses g_clear_pointer which was added in glib 2.34. 
Colin Walters suggested to expand g_clear_pointer and simply use g_free instead.

[1] http://git.gnome.org/browse/gnome-control-center/commit/?h=gnome-3-4&id=b758c6dbb0dc29aa87cc32f9120528b4a7a2520c
Comment 1 Bastien Nocera 2012-09-24 15:39:38 UTC
commit 2a28c65af8acbdfeb09cb1cbb7109cdde17aa948
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 24 17:38:35 2012 +0200

    bluetooth: Don't use g_clear_pointer()
    
    It's GLib 2.34 release, and GNOME 3.4 shipped with Glib 2.32.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684717