Module: synfig
Branch: genete_fix_accel_keys
Commit: 0b0eafa9d1fbc8368ed44d41afb7251a0d228acf
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=0b0eafa9d1fbc8368ed44d41afb7251a0d228acf

Author: Carlos Lopez <car...@pcnuevo.(none)>
Date:   Mon Sep 14 23:22:48 2009 +0200

Fix Raise Layer and Lower Layer ACCEL keys.

---

 synfig-studio/src/gtkmm/app.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/synfig-studio/src/gtkmm/app.cpp b/synfig-studio/src/gtkmm/app.cpp
index 47776c6..06671f9 100644
--- a/synfig-studio/src/gtkmm/app.cpp
+++ b/synfig-studio/src/gtkmm/app.cpp
@@ -1098,8 +1098,8 @@ init_ui_manager()
        ACCEL("<Mod1>4",                                                        
                                                
"<Actions>/canvasview/mask-radius-ducks"                                );
        ACCEL("<Mod1>5",                                                        
                                                
"<Actions>/canvasview/mask-width-ducks"                         );
        ACCEL("<Mod1>6",                                                        
                                                
"<Actions>/canvasview/mask-angle-ducks"                         );
-       ACCEL2(Gtk::AccelKey(GDK_Page_Up,Gdk::SHIFT_MASK,                       
                "<Actions>/action_group_layer_ops/action-LayerRaise"            
                ));
-       ACCEL2(Gtk::AccelKey(GDK_Page_Down,Gdk::SHIFT_MASK,                     
                "<Actions>/action_group_layer_ops/action-LayerLower"            
                ));
+       ACCEL2(Gtk::AccelKey(GDK_Page_Up,Gdk::SHIFT_MASK,                       
                "<Actions>/action_group_layer_action_manager/action-LayerRaise" 
                        ));
+       ACCEL2(Gtk::AccelKey(GDK_Page_Down,Gdk::SHIFT_MASK,                     
                "<Actions>/action_group_layer_action_manager/action-LayerLower" 
                        ));
        ACCEL("<Control>1",                                                     
                                                
"<Actions>/canvasview/quality-01"                                               
);
        ACCEL("<Control>2",                                                     
                                                
"<Actions>/canvasview/quality-02"                                               
);
        ACCEL("<Control>3",                                                     
                                                
"<Actions>/canvasview/quality-03"                                               
);


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to