gnome-commander r1721 - branches/gcmd-1-3/src



Author: epiotr
Date: Fri Apr 25 20:51:10 2008
New Revision: 1721
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1721&view=rev

Log:
Removed excessive code

Modified:
   branches/gcmd-1-3/src/gnome-cmd-user-actions.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-user-actions.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-user-actions.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-user-actions.cc	Fri Apr 25 20:51:10 2008
@@ -294,10 +294,7 @@
     }
 
     if (!registered("view.equal_panes"))
-    {
-        register_action(GDK_CONTROL_MASK | GDK_SHIFT_MASK, GDK_equal, "view.equal_panes");
         register_action(GDK_CONTROL_MASK | GDK_SHIFT_MASK, GDK_plus, "view.equal_panes");
-    }
 
     if (!registered("view.in_active_pane"))
         register_action(GDK_CONTROL_MASK, GDK_period, "view.in_active_pane");



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