[gcalctool] Fix duplicate object names in data/financial.ui (Robert Ancell)



commit 6556b1e2deb6b6ca23571d2c15dc546c4bd3d59f
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri Aug 28 09:49:50 2009 +1000

    Fix duplicate object names in data/financial.ui (Robert Ancell)

 ChangeLog         |    4 ++++
 data/financial.ui |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 187439c..6a7f290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
 gcalctool change history.
 =========================
 
+2009-08-28 Robert Ancell <robert ancell gmail com>
+
+    * Fix duplicate object names in data/financial.ui (Robert Ancell)
+
 2009-08-26 Robert Ancell <robert ancell gmail com>
 
     * README:
diff --git a/data/financial.ui b/data/financial.ui
index bbc7d9e..8b60ed6 100644
--- a/data/financial.ui
+++ b/data/financial.ui
@@ -541,11 +541,11 @@
     <property name="has_separator">False</property>
     <signal name="response" handler="finc_response_cb"/>
     <child internal-child="vbox">
-      <object class="GtkVBox" id="dialog-vbox3">
+      <object class="GtkVBox" id="dialog-vbox10">
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
         <child>
-          <object class="GtkTable" id="table3">
+          <object class="GtkTable" id="table10">
             <property name="visible">True</property>
             <property name="border_width">6</property>
             <property name="n_rows">3</property>
@@ -553,7 +553,7 @@
             <property name="column_spacing">6</property>
             <property name="row_spacing">6</property>
             <child>
-              <object class="GtkLabel" id="label12">
+              <object class="GtkLabel" id="label47">
                 <property name="visible">True</property>
                 <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Description of calculation">Calculates the resale price of a product, based on the product cost and the wanted gross profit margin.</property>
                 <property name="wrap">True</property>
@@ -565,7 +565,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="label13">
+              <object class="GtkLabel" id="label48">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Label before cost input">C_ost:</property>
@@ -580,7 +580,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="label14">
+              <object class="GtkLabel" id="label49">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Label before margin input">_Margin:</property>
@@ -631,7 +631,7 @@
           </packing>
         </child>
         <child internal-child="action_area">
-          <object class="GtkHButtonBox" id="dialog-action_area3">
+          <object class="GtkHButtonBox" id="dialog-action_area10">
             <property name="visible">True</property>
             <property name="layout_style">end</property>
             <child>



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