diff options
-rwxr-xr-x | rpmdrake | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -155,9 +155,6 @@ sub do_search($$$$$$$) { } } -$w = ugtk2->new(N("Software Management")); -$w->{rwindow}->show_all if $::isEmbedded; - sub run_treeview_dialog { my ($callback_action) = @_; @@ -524,6 +521,10 @@ sub run_treeview_dialog { # -=-=-=---=-=-=---=-=-=-- main -=-=-=---=-=-=---=-=-=- + +$w = ugtk2->new(N("Software Management")); +$w->{rwindow}->show_all if $::isEmbedded; + readconf(); warn_about_user_mode(); |