aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-xMandrivaUpdate4
1 files changed, 3 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index 0da659e3..92d485a0 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -80,13 +80,15 @@ sub get_name {
return $name;
}
+$w = ugtk2->new(N("Software Management"));
+$w->{rwindow}->show_all if $::isEmbedded;
+
sub run_treeview_dialog {
my ($callback_action) = @_;
my ($size_selected, %elems, $list, $info, $update_button);
my (undef, $size_free) = MDK::Common::System::df('/usr');
- $w = ugtk2->new(N("Software Update"));
$::main_window = $w->{real_window};
compute_main_window_size($w);