summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorKristian Rietveld <kristian@src.gnome.org>2003-01-14 22:30:41 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-01-14 22:30:41 +0000
commit1fb04c5f223d2b48ff384ea6ebcc7bc6ed7d0446 (patch)
tree2fcfc55a869fd42c0b131404095c31cee465fc14 /gtk/gtktreeselection.c
parent3c7719b4092daeda07992c52562c0b3eb495dc22 (diff)
downloadgtk+-1fb04c5f223d2b48ff384ea6ebcc7bc6ed7d0446.tar.gz
The full changelog for this commit is too long to paste here, so to avoid
annoying everybody I will write a short summary here. Fixes for: #102890, #103198, #102618, #93629, #100172, #101235, #96650, #102379. Other than that also a ListStore fix and a TreeView scrolling fix. Those interested in the hairy details can checkout gtk+/ChangeLog.
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index fed25adbc2..495b93a162 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -1165,7 +1165,7 @@ gtk_tree_selection_real_modify_range (GtkTreeSelection *selection,
start_path,
&end_tree,
&end_node);
- anchor_path = end_path;
+ anchor_path = start_path;
break;
case 0:
_gtk_tree_view_find_node (selection->tree_view,