[gtksourceview] Completion: fix mnemonic of the "Details" button



commit ba49629fe66e9051d09972a267e159c22361f3a2
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Tue Apr 24 23:24:23 2012 +0200

    Completion: fix mnemonic of the "Details" button
    
    Due to bug #674759 [1], the mnemonic for the "Details" button didn't
    work when the "gtk-auto-mnemonics" setting is true.
    
    But anyway we don't need markup for this label, so it's better to remove
    it.
    
    [1] https://bugzilla.gnome.org/show_bug.cgi?id=674759

 gtksourceview/gtksourcecompletion.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.ui b/gtksourceview/gtksourcecompletion.ui
index 721a73f..5df235f 100644
--- a/gtksourceview/gtksourcecompletion.ui
+++ b/gtksourceview/gtksourcecompletion.ui
@@ -109,7 +109,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
                       <object class="GtkLabel" id="label_info">
                         <property name="visible">True</property>
                         <property name="label" translatable="yes">_Details...</property>
-                        <property name="use_markup">True</property>
                         <property name="use_underline">True</property>
                       </object>
                       <packing>



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