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 666902 - GLib-GObject-CRITICAL: Object class GtkCellEditableEventBox doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'
GLib-GObject-CRITICAL: Object class GtkCellEditableEventBox doesn't implement...
Status: RESOLVED DUPLICATE of bug 639455
Product: GIMP
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2011-12-27 12:19 UTC by melchiaros
Modified: 2012-01-20 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdb stacktrace (6.08 KB, text/plain)
2011-12-27 12:19 UTC, melchiaros
Details

Description melchiaros 2011-12-27 12:19:00 UTC
Created attachment 204261 [details]
gdb stacktrace

I´am on openSUSE12.1 64bit with GIMP2.7.5 git 1324799282
I´ve hit:

(gimp:6746): GLib-GObject-CRITICAL **: Object class GtkCellEditableEventBox doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'
^C/usr/lib64/gimp/2.0/plug-ins/script-fu terminated: Interrupt

with choosing from menue:

Edit-> Keyboard Shortcuts -> Dialogs -> Gradients

Just click on gradients and you will see on gdb.
I´ve gathered a stacktace, but it seems not to show something special.

No misbehaviour of GIMP is observable so far.
Comment 1 Michael Natterer 2012-01-03 20:54:05 UTC
When do you create these stack traces? To me it looks like GIMP is
sitting there doing nothing, and you hit ctrl-c in the terminal
and say "bt". You need to make gimp abort with the warning by
passing --g-fatal-warnings
Comment 2 melchiaros 2012-01-18 13:13:38 UTC
o.K I have tried with --g-fatal-warings. -> yes, my bad; I did it in the past like you said, which is not working. I will do it further with --g-fatal-warings.

The problem is on reproducing that my whole system(desktop freez-tried two times)), so I could not provide a usefull stacktrace here.
Comment 3 Michael Natterer 2012-01-20 10:58:01 UTC
This is actually a GTK+ bug, I will take care of merging the fix
to the gtk-2-24 branch.

*** This bug has been marked as a duplicate of bug 639455 ***