From b5c6ef40d760fc32d203240fbd2cc8fe2a9aa8a6 Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Mon, 20 Sep 2004 10:48:16 +0000 Subject: [PATCH] minor cleanups --- src/Device.cc | 2 +- src/Win_GParted.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Device.cc b/src/Device.cc index fa16fd3b..26375429 100644 --- a/src/Device.cc +++ b/src/Device.cc @@ -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); return real_path; } diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index 6d214ebb..dbf11f40 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -54,7 +54,7 @@ Win_GParted::Win_GParted( ) vpaned_main .pack1( hpaned_main, true, true ) ; //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 ); //device info...