Another try at it

git-svn-id: file:///home/svn/framework3/trunk@5338 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-01-24 05:42:11 +00:00
parent 13e09b1026
commit cb96859883
1 changed files with 9 additions and 6 deletions

View File

@ -74,12 +74,15 @@ module Ui
Gtk.idle_add do
if(done_splash)
self.framework = Msf::Simple::Framework.create
if(not @splash.done)
@splash.preload_modules(self.framework)
else
@gtk2app = Msf::Ui::Gtk2::MyApp.new()
@gtk2app.window.show
@splash.destroy
register_event_handlers
false
end
else
# Queue a redraw and let the main window start
@splash.queue_draw