fix some duplicate gtk object ids causing crashes on recent versions of gtk
svn: r14201
This commit is contained in:
parent
201a0103df
commit
457231110f
@ -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>
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user