[gthumb] tree view: do not scroll to the location when listing the children
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] tree view: do not scroll to the location when listing the children
- Date: Fri, 20 Apr 2012 21:53:49 +0000 (UTC)
commit e6e8dbede4ee628fcbbbcc3cc73f15d2453cfe3e
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Apr 20 22:29:35 2012 +0200
tree view: do not scroll to the location when listing the children
this is annoying and unexpected from the user
gthumb/gth-browser.c | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index fefb90a..9f17646 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -1597,7 +1597,6 @@ load_data_continue (LoadData *load_data,
case GTH_ACTION_GO_FORWARD:
case GTH_ACTION_GO_UP:
case GTH_ACTION_VIEW:
- case GTH_ACTION_LIST_CHILDREN:
if (path != NULL) {
GList *entry_points;
GList *scan;
@@ -1617,15 +1616,13 @@ load_data_continue (LoadData *load_data,
}
}
- if (load_data->action != GTH_ACTION_LIST_CHILDREN) {
- gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (browser->priv->folder_tree),
- path,
- NULL,
- is_entry_point,
- 0.0,
- 0.0);
- gth_folder_tree_select_path (GTH_FOLDER_TREE (browser->priv->folder_tree), path);
- }
+ gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (browser->priv->folder_tree),
+ path,
+ NULL,
+ is_entry_point,
+ 0.0,
+ 0.0);
+ gth_folder_tree_select_path (GTH_FOLDER_TREE (browser->priv->folder_tree), path);
_g_object_list_unref (entry_points);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]