[shotwell] Fix rename tags/saved searches



commit 901d0440b6f4b4f04ef9e888893e0999ec52e890
Author: Jens Georg <mail jensge org>
Date:   Fri Aug 26 22:23:50 2016 +0200

    Fix rename tags/saved searches
    
    So that it is possible to right-click anywhere in the row and have the
    text entry activated correctly instead of just working when clicking on the
    text itself.
    
    Signed-off-by: Jens Georg <mail jensge org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731480

 src/sidebar/Tree.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sidebar/Tree.vala b/src/sidebar/Tree.vala
index 765bc36..f32f87f 100644
--- a/src/sidebar/Tree.vala
+++ b/src/sidebar/Tree.vala
@@ -1009,7 +1009,7 @@ public class Sidebar.Tree : Gtk.TreeView {
         get_cursor(out cursor_path, out cursor_column);
         
         if (can_rename_path(cursor_path)) {
-            set_cursor(cursor_path, cursor_column, true);
+            set_cursor_on_cell (cursor_path, cursor_column, text_renderer, true);
             
             return true;
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]