Button fixes for Verify

svn: r1441
This commit is contained in:
Don Allingham 2003-04-11 02:14:51 +00:00
parent 7c19ba8718
commit 7a588f8e90
2 changed files with 13 additions and 12 deletions

View File

@ -721,7 +721,7 @@ class GlobalMediaProperties:
self.db = db
self.update = update
self.refs = 0
self.path = self.db.getSavePath()
self.change_dialog = gtk.glade.XML(const.imageselFile,"change_global")

View File

@ -915,6 +915,18 @@
<property name="layout_style">GTK_BUTTONBOX_END</property>
<property name="spacing">30</property>
<child>
<widget class="GtkButton" id="button5">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="destroy_passed_object" object="verify_settings"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="button4">
<property name="visible">True</property>
@ -927,17 +939,6 @@
</widget>
</child>
<child>
<widget class="GtkButton" id="button5">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<signal name="clicked" handler="destroy_passed_object" object="verify_settings"/>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>