freebsd-ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::BurnTab.pm
Daichi GOTO 848dc022af - Remove bogus open/close tray buttons (adds two patches)
- Bump PORTREVISION

PR:		53528
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
2003-06-23 12:58:06 +00:00

21 lines
659 B
Perl

--- lib/Video/DVDRip/GUI/Project/BurnTab.pm.orig Fri Jun 20 03:14:33 2003
+++ lib/Video/DVDRip/GUI/Project/BurnTab.pm Fri Jun 20 03:15:21 2003
@@ -545,18 +545,6 @@
$widgets->{image_button} = $button;
- # Eject Button
- $button = Gtk::Button->new_with_label (" Open burner tray ");
- $button->show;
- $button->signal_connect ("clicked", sub { $self->eject_media } );
- $button_box->pack_start ($button, 0, 1, 0);
-
- # Insert Button
- $button = Gtk::Button->new_with_label (" Close burner tray ");
- $button->show;
- $button->signal_connect ("clicked", sub { $self->insert_media } );
- $button_box->pack_start ($button, 0, 1, 0);
-
return $frame;
}