[easytag/wip/unstable] Remove "select all" from the toolbar



commit caed56bea808d375c0f5a7b5c691edf54083e61c
Author: David King <amigadave amigadave com>
Date:   Fri Apr 26 22:28:57 2013 +0100

    Remove "select all" from the toolbar
    
    As there is a global handler for select all, it is misleading to have a
    select all button next to the invert selection button in the toolbar.

 src/ui_manager.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ui_manager.h b/src/ui_manager.h
index f95d81d..65cd493 100644
--- a/src/ui_manager.h
+++ b/src/ui_manager.h
@@ -191,7 +191,6 @@ static const gchar *ui_xml =
 "    <toolitem action='ArtistViewMode'/>"
 "    <separator />"
 
-"    <toolitem action='SelAll'/>"
 "    <toolitem action='SelInv'/>"
 "    <separator />"
 


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