using glade3 and start migrating deprectaed options
This commit is contained in:
@@ -248,7 +248,7 @@ class DamarisGUI:
|
||||
self.main_window.present( )
|
||||
|
||||
def glade_layout_init( self ):
|
||||
glade_file = os.path.join( os.path.dirname( __file__ ), "damaris.xml" )
|
||||
glade_file = os.path.join( os.path.dirname( __file__ ), "damaris3.glade" )
|
||||
self.xml_gui = gtk.Builder()
|
||||
self.xml_gui.add_from_file(glade_file)
|
||||
self.main_window = self.xml_gui.get_object( "main_window" )
|
||||
@@ -1983,7 +1983,7 @@ pygobject version %(pygobject)s
|
||||
# find compression extensions for combo box and write version numbers
|
||||
# list is taken from ValueError output of tables.which_lib_version("")
|
||||
model = self.config_data_pool_complib.get_model( )
|
||||
for libname in ('hdf5', 'zlib', 'lzo', 'blosc'):
|
||||
for libname in ('hdf5', 'zlib', 'lzo', 'blosc', 'bzip2', 'szip'):
|
||||
version_info = None
|
||||
try:
|
||||
version_info = tables.which_lib_version( libname )
|
||||
|
||||
+696
-513
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user