diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-07-29 14:50:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-07-29 14:50:49 +0000 |
commit | b69b48679daeff0b7fb5196934d0c37861808805 (patch) | |
tree | cea301de9fa69a3646bcb16c9a1c476ab5c9252e /mdkapplet-config | |
parent | c889e027af9bb63719bf2c1dc576d1f64f37b35f (diff) | |
download | mgaonline-b69b48679daeff0b7fb5196934d0c37861808805.tar mgaonline-b69b48679daeff0b7fb5196934d0c37861808805.tar.gz mgaonline-b69b48679daeff0b7fb5196934d0c37861808805.tar.bz2 mgaonline-b69b48679daeff0b7fb5196934d0c37861808805.tar.xz mgaonline-b69b48679daeff0b7fb5196934d0c37861808805.zip |
(configure,fill_n_run_portable_dialog) better looking when embedded in MCC
Diffstat (limited to 'mdkapplet-config')
-rwxr-xr-x | mdkapplet-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-config b/mdkapplet-config index 756166f9..a7068ed7 100755 --- a/mdkapplet-config +++ b/mdkapplet-config @@ -58,7 +58,7 @@ sub configure() { fill_n_run_portable_dialog( $w, [ - get_banner(N("Updates Configuration")), + if_(!$::isEmbedded, get_banner(N("Updates Configuration"))), gtknew('Label_Left', text => N("Here you can configure the updates applet"), @common), gtknew('Table', col_spacings => 5, row_spacings => 5, children => [ [ N("Update frequency (hours)"), |