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 87811 - GtkTreeView saves and stops editing only on button-press.
GtkTreeView saves and stops editing only on button-press.
Status: RESOLVED DUPLICATE of bug 82405
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2002-07-10 06:30 UTC by Arvind S N
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Arvind S N 2002-07-10 06:30:18 UTC
I had an interesting problem in workspace switcher applet.
http://bugzilla.gnome.org/show_bug.cgi?id=84161

In the preferences dialog, if you changed a workspace name
and without a button-press closed the dialog, the name was
not reflected. It  turned out to be that the GtkTreeView
saved and stopped editing only after a button-press.
The preferences dialog was not destroyed but hidden.
I come to understand that gtk_tree_view_stop_editing would have
been helpful, but is private atm. It could be that many apps
would face similar problems in the future . I have put up a workaround
atm for that bug.
probably a 2.2 milestone to get that method public?
Comment 1 Kristian Rietveld 2002-11-18 20:36:04 UTC

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