fix some duplicate gtk object ids causing crashes on recent versions of gtk
svn: r14201
This commit is contained in:
		| @@ -458,7 +458,7 @@ | |||||||
|           <object class="GtkVBox" id="vbox2"> |           <object class="GtkVBox" id="vbox2"> | ||||||
|             <property name="visible">True</property> |             <property name="visible">True</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="ypad">6</property> |                 <property name="ypad">6</property> | ||||||
|               </object> |               </object> | ||||||
|   | |||||||
| @@ -415,7 +415,7 @@ class VerifyResults(ManagedWindow): | |||||||
|         self.dbstate = dbstate |         self.dbstate = dbstate | ||||||
|         self.top = Glade(toplevel="verify_result") |         self.top = Glade(toplevel="verify_result") | ||||||
|         window = self.top.toplevel |         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({ |         self.top.connect_signals({ | ||||||
|             "destroy_passed_object"  : self.close, |             "destroy_passed_object"  : self.close, | ||||||
|   | |||||||
| @@ -707,7 +707,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> | ||||||
|               </object> |               </object> | ||||||
|               <packing> |               <packing> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user