Fix duplicate object ids in glade files

svn: r14009
This commit is contained in:
Gerald Britton 2010-01-09 19:39:43 +00:00
parent f56402cf37
commit 721f97459e
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkLabel" id="title"> <object class="GtkLabel" id="title1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="justify">center</property> <property name="justify">center</property>
</object> </object>

View File

@ -80,7 +80,7 @@
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="spacing">12</property> <property name="spacing">12</property>
<child> <child>
<object class="GtkLabel" id="title"> <object class="GtkLabel" id="title1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="ypad">6</property> <property name="ypad">6</property>
<property name="justify">center</property> <property name="justify">center</property>
@ -197,7 +197,7 @@
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="spacing">6</property> <property name="spacing">6</property>
<child> <child>
<object class="GtkLabel" id="title"> <object class="GtkLabel" id="title2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="justify">center</property> <property name="justify">center</property>
</object> </object>