[gnome-chess] Remove paragraph-long tooltip about pawn promotion



commit a12933c76497f49c641bceecca4880ae3d717b11
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Sat Jun 29 10:04:12 2013 -0500

    Remove paragraph-long tooltip about pawn promotion
    
    This was not a good idea.

 data/promotion-type-selector.ui |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/data/promotion-type-selector.ui b/data/promotion-type-selector.ui
index a32a498..92be153 100644
--- a/data/promotion-type-selector.ui
+++ b/data/promotion-type-selector.ui
@@ -26,7 +26,6 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_underline">True</property>
                 <property name="image_position">top</property>
                 <child>
@@ -35,8 +34,6 @@
                     <property name="can_focus">False</property>
                     <property name="halign">center</property>
                     <property name="valign">center</property>
-                    <property name="n_rows">2</property>
-                    <property name="n_columns">1</property>
                     <child>
                       <object class="GtkLabel" id="label_queen">
                         <property name="visible">True</property>
@@ -79,7 +76,6 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_underline">True</property>
                 <property name="image_position">top</property>
                 <child>
@@ -88,8 +84,6 @@
                     <property name="can_focus">False</property>
                     <property name="halign">center</property>
                     <property name="valign">center</property>
-                    <property name="n_rows">2</property>
-                    <property name="n_columns">1</property>
                     <child>
                       <object class="GtkLabel" id="label_knight">
                         <property name="visible">True</property>
@@ -132,7 +126,6 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_underline">True</property>
                 <property name="image_position">top</property>
                 <child>
@@ -141,8 +134,6 @@
                     <property name="can_focus">False</property>
                     <property name="halign">center</property>
                     <property name="valign">center</property>
-                    <property name="n_rows">2</property>
-                    <property name="n_columns">1</property>
                     <child>
                       <object class="GtkLabel" id="label_rook">
                         <property name="visible">True</property>
@@ -185,7 +176,6 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_underline">True</property>
                 <property name="image_position">top</property>
                 <child>
@@ -194,8 +184,6 @@
                     <property name="can_focus">False</property>
                     <property name="halign">center</property>
                     <property name="valign">center</property>
-                    <property name="n_rows">2</property>
-                    <property name="n_columns">1</property>
                     <child>
                       <object class="GtkLabel" id="label_bishop">
                         <property name="visible">True</property>
@@ -244,7 +232,6 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="has_tooltip">True</property>
-            <property name="tooltip_text" translatable="yes">Promotion is a chess rule describing the 
transformation of a pawn that reaches its eighth rank into the player's choice of a queen, knight, rook, or 
bishop of the same color. The new piece replaces the pawn on the same square and is part of the move. Every 
pawn that reaches its eighth rank must be promoted. Pawn promotion often decides the result of a chess 
endgame.</property>
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="label" translatable="yes">Select Pawn Promotion Type</property>


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