[Rawstudio-commit] r1995 - trunk/src
Anders Brander
anders at brander.dk
Mon Sep 15 18:38:38 CEST 2008
Author: abrander
Date: 2008-09-15 18:38:38 +0200 (Mon, 15 Sep 2008)
New Revision: 1995
Modified:
trunk/src/rs-dir-selector.c
Log:
Changed expand_path() to never change selected row.
Modified: trunk/src/rs-dir-selector.c
===================================================================
--- trunk/src/rs-dir-selector.c 2008-09-14 19:42:16 UTC (rev 1994)
+++ trunk/src/rs-dir-selector.c 2008-09-15 16:38:38 UTC (rev 1995)
@@ -386,10 +386,6 @@
g_string_free(gs, TRUE);
- gtk_tree_model_get_iter(model, &iter, path);
- GtkTreeSelection *selection = gtk_tree_view_get_selection(view);
- gtk_tree_selection_select_iter(selection, &iter);
-
if (scroll_to_cell)
gtk_tree_view_scroll_to_cell(view, path, NULL, FALSE, 0.0, 0.0);
More information about the Rawstudio-commit
mailing list