From dd8e20ac8f496ac6f4060b01efec76586cc68603 Mon Sep 17 00:00:00 2001 From: misc Date: Mon, 16 Aug 2010 23:19:55 +0000 Subject: - clean some code git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270572 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'draksnapshot-config') diff --git a/draksnapshot-config b/draksnapshot-config index f5bf218..42b48c4 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -42,8 +42,6 @@ ugtk2::add_icon_path("/usr/share/draksnapshot/pixmaps/"); ######### read config -my $product_id = common::parse_LDAP_namespace_structure(cat_("$root/etc/product.id")); - my @ordered_intervals = qw(hourly daily weekly monthly); my %default_values = ( "hourly" => 6, @@ -167,7 +165,8 @@ gtkadd($my_win->{window}, 0, gtknew('HButtonBox', layout => 'start', border_width => 5, spacing => 5, children_loose => [ - $button = gtknew($product_id->{version} =~ /200[6-8]/ ? 'Button' : 'Install_Button', + # does not exist before 2009.0, if you need it, you can revert to Button type if needed ( CS4 ) + $button = gtknew('Install_Button', text => N("Advanced"), clicked => sub { $d_window->show }), ]), ]), -- cgit v1.2.1