fix some duplicate gtk object ids causing crashes on recent versions of gtk

svn: r14201
This commit is contained in:
Gerald Britton 2010-02-03 21:08:18 +00:00
parent 201a0103df
commit 457231110f
3 changed files with 3 additions and 3 deletions

View File

@ -458,7 +458,7 @@
<object class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="title">
<object class="GtkLabel" id="title2">
<property name="visible">True</property>
<property name="ypad">6</property>
</object>

View File

@ -415,7 +415,7 @@ class VerifyResults(ManagedWindow):
self.dbstate = dbstate
self.top = Glade(toplevel="verify_result")
window = self.top.toplevel
self.set_window(window,self.top.get_object('title'),self.title)
self.set_window(window,self.top.get_object('title2'),self.title)
self.top.connect_signals({
"destroy_passed_object" : self.close,

View File

@ -707,7 +707,7 @@
<property name="border_width">6</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="title">
<object class="GtkLabel" id="title2">
<property name="visible">True</property>
</object>
<packing>