minor cleanups

This commit is contained in:
Bart Hakvoort 2004-09-20 10:48:16 +00:00
parent 0d57c5b1c3
commit b5c6ef40d7
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Glib::ustring get_sym_path( const Glib::ustring & real_path )
} }
//it's very unlikely, if not impossible, the program will ever reach this, but just in case.... ;-) //paranoia modus :)
fclose (proc_part_file); fclose (proc_part_file);
return real_path; return real_path;
} }

View File

@ -54,7 +54,7 @@ Win_GParted::Win_GParted( )
vpaned_main .pack1( hpaned_main, true, true ) ; vpaned_main .pack1( hpaned_main, true, true ) ;
//vpaned_main.... //vpaned_main....
vpaned_main.set_position( 1000 ); //let's make sure the operationslist is closed at startup close_operationslist() ;
vbox_main.pack_start( vpaned_main ); vbox_main.pack_start( vpaned_main );
//device info... //device info...