Another try at it
git-svn-id: file:///home/svn/framework3/trunk@5338 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
13e09b1026
commit
cb96859883
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue