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 642695 - Implement "editing-canceled"
Implement "editing-canceled"
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Keyboard
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-18 17:23 UTC by Bastien Nocera
Modified: 2011-02-24 05:37 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Bastien Nocera 2011-02-18 17:23:41 UTC
(gnome-control-center:17267): GLib-GObject-CRITICAL **: Object class EggCellEditableEventBox doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'
Comment 1 Matthias Clasen 2011-02-24 04:35:11 UTC
You can borrow the implementation from

http://git.gnome.org/browse/gtk+/commit/?id=8f6a8441a24b40003b8ec4128931fb2601bc0d30
Comment 2 Bastien Nocera 2011-02-24 05:37:48 UTC
commit d65ee3490d2fffa585876a539cb8aa1e55b802cf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Feb 24 05:35:46 2011 +0000

    keyboard: Implement "editing-canceled" property
    
    Through sheer "pointless" cut'n'paste.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642695