summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-10 17:09:55 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-10 17:09:55 +0000
commitde16797c41e9d5302db084be050318fecc803b09 (patch)
tree22b20c4ebae6cc25d918161cadcd4b1b9f0742e3
parentbf813cae60054286af879cdb3743148e85fac1e8 (diff)
downloadcontrol-center-de16797c41e9d5302db084be050318fecc803b09.tar
control-center-de16797c41e9d5302db084be050318fecc803b09.tar.gz
control-center-de16797c41e9d5302db084be050318fecc803b09.tar.bz2
control-center-de16797c41e9d5302db084be050318fecc803b09.tar.xz
control-center-de16797c41e9d5302db084be050318fecc803b09.zip
load stock items when editing an user
-rwxr-xr-xclock.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/clock.pl b/clock.pl
index 9ebf93c5..0e6ac301 100755
--- a/clock.pl
+++ b/clock.pl
@@ -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),