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 118577 - GtkTreeSelection emits "changed" signal twice when there aren't rows selected previously
GtkTreeSelection emits "changed" signal twice when there aren't rows selected...
Status: RESOLVED DUPLICATE of bug 94837
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2003-07-29 14:35 UTC by Carlos Garnacho
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Garnacho 2003-07-29 14:35:40 UTC
If I create a GtkTreeView with no rows selected (filling it before doing
gtk_widget_show) and select a row (not the first row, another one), the
GtkTreeSelection emits two "changed" signals, one for the first row, and a
second one for the selected row

I think that the first signal is thrown because the GtkTreeWidget gets the
focus

The expected behaviour I think I should obtain is to get only one "changed"
signal for the selected row
Comment 1 Kristian Rietveld 2003-08-14 19:50:04 UTC

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