Remove extra blank line accidentally added in last commit

This commit is contained in:
Curtis Gedak 2009-07-06 16:23:02 -06:00
parent 8e8bf7e544
commit 0899b72dd3
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ Dialog_Disklabel::Dialog_Disklabel( const Glib::ustring & device_path, const std
this ->add_button( Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL );
this ->add_button( Gtk::Stock::APPLY, Gtk::RESPONSE_APPLY );
this ->show_all_children() ;
}