Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update the require to launch msfgui
git-svn-id: file:///home/svn/framework3/trunk@4876 4d416f70-5f16-0410-b530-b9f4589650da
  • Loading branch information
fab committed May 6, 2007
1 parent 6538286 commit 584d614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msfgui
Expand Up @@ -23,8 +23,8 @@ end
# Check for Gtk+ version
# Returns: nil if the GTK+ library is compatible with the given version,
# or a string describing the version mismatch.
if gtkversion = Gtk.check_version(2,10,0)
$stderr.puts "[*] The msfgui interface requires Gtk+ 2.10 or later"
if gtkversion = Gtk.check_version(2,8,0)
$stderr.puts "[*] The msfgui interface requires Gtk+ 2.8 or later"
$stderr.puts "[*] Your Gtk+ version : #{gtkversion}"
exit
end
Expand Down

0 comments on commit 584d614

Please sign in to comment.