[gtksourceview] Show mnemonics in the main completion window



commit 18755533e93977c73584d3d2034c8d67ccbb5156
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Mar 15 22:12:09 2013 +0100

    Show mnemonics in the main completion window
    
    Before, the mnemonic for the Details button was always hidden, even if
    we pressed Alt, because the completion window doesn't have the focus.
    
    It would be possible to show the mnemonic only at appropriate times, but
    it would be too difficult for such a small detail (I know, Every Details
    Matters, but simple code matters too :).
    
    So it's better to always have the mnemonic visible, than never.

 gtksourceview/gtksourcecompletion.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.ui b/gtksourceview/gtksourcecompletion.ui
index 379e371..7c7f86b 100644
--- a/gtksourceview/gtksourcecompletion.ui
+++ b/gtksourceview/gtksourcecompletion.ui
@@ -39,6 +39,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     <property name="accept_focus">False</property>
     <property name="focus_on_map">False</property>
     <property name="decorated">False</property>
+    <property name="mnemonics-visible">True</property>
     <child>
       <object class="GtkGrid" id="vgrid_completion">
         <property name="visible">True</property>


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