diff options
Diffstat (limited to 'clock.pl')
-rwxr-xr-x | clock.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ use common; # i18n : IMPORTANT to get correct namespace (drakconf instead of libDrakX) BEGIN { unshift @::textdomains, 'drakconf' } use ugtk2 qw(:helpers :wrappers); +use Gnome2; use interactive; use standalone; use timezone; @@ -60,6 +61,7 @@ $my_win->{window}->add(gtkpack_(Gtk2::VBox->new(0,0), 1, gtkpack_(Gtk2::HBox->new(0,0), 1, gtkpack_(Gtk2::VBox->new(0,0), 1, $calendar, + 0, Gnome2::DateEdit->new(undef, 1, 1), 0, $button_time, ), 1, gtkpack_(Gtk2::VBox->new(0,0), |