[gnote] Alt+Right to enable bullets, not Left



commit 0834ceba9df25728e20e9f87f0e171a9e0b47d89
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Mon Nov 1 19:24:36 2010 +0200

    Alt+Right to enable bullets, not Left
    
    When a line is not bulletted, Alt+Right should enable bullets, not
    Alt+Left.
    Removing few lines of code makes the right behaviour.
    Fixes 606492.

 src/notebuffer.cpp |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp
index 81f802c..5a48db5 100644
--- a/src/notebuffer.cpp
+++ b/src/notebuffer.cpp
@@ -903,11 +903,6 @@ namespace gnote {
                         (pango_unichar_direction(next.get_char() == Pango::DIRECTION_RTL)));
     }
 
-    if ((rtl_depth || first_char_rtl) &&
-        ((next.get_line() == start.get_line()) && !next.ends_line ())) {
-      increase = !right;
-    }
-        
     change_cursor_depth(increase);
   }
 



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