Validated masked entry does not crash anymore (does not work correct however)

No separator anymore in dialog
Remove ComboBoxEntry


svn: r19876
This commit is contained in:
Benny Malengier
2012-06-19 10:36:12 +00:00
parent ff93112221
commit ab89662e64
36 changed files with 141 additions and 68 deletions

View File

@@ -716,7 +716,6 @@ class ToolManagedWindowBase(ManagedWindow):
window = Gtk.Dialog('Tool')
self.set_window(window, None, self.get_title())
#self.window.set_has_separator(False)
#self.window.connect('response', self.close)
self.cancel = self.window.add_button(Gtk.STOCK_CLOSE,