Line 0
Link Here
|
|
|
1 |
--- lib/Video/DVDRip/GUI/Project/TitleTab.pm.orig Fri Jun 20 03:15:39 2003 |
2 |
+++ lib/Video/DVDRip/GUI/Project/TitleTab.pm Fri Jun 20 03:16:55 2003 |
3 |
@@ -60,30 +60,6 @@ |
4 |
$hbox->pack_start ( $button, 0, 1, 0); |
5 |
# $hbox->pack_start ( $label, 0, 1, 0); |
6 |
|
7 |
- # Eject Button |
8 |
- $button = Gtk::Button->new_with_label ( |
9 |
- " Open DVD tray" |
10 |
- ); |
11 |
- $button->show; |
12 |
- $button->signal_connect ("clicked", |
13 |
- sub { $self->eject_dvd } |
14 |
- ); |
15 |
- $hbox->pack_start ($button, 0, 1, 0); |
16 |
- |
17 |
- $self->rip_title_widgets->{eject_dvd_button} = $button; |
18 |
- |
19 |
- # Insert Button |
20 |
- $button = Gtk::Button->new_with_label ( |
21 |
- " Close DVD tray " |
22 |
- ); |
23 |
- $button->show; |
24 |
- $button->signal_connect ("clicked", |
25 |
- sub { $self->insert_dvd } |
26 |
- ); |
27 |
- $hbox->pack_start ($button, 0, 1, 0); |
28 |
- |
29 |
- $self->rip_title_widgets->{insert_dvd_button} = $button; |
30 |
- |
31 |
$frame->add ($hbox); |
32 |
$vbox->pack_start ( $frame, 0, 1, 0); |
33 |
|