Skip to content

Commit

Permalink
Use support lib "ui" rather than (the removed) "dialog". Makes "Open …
Browse files Browse the repository at this point in the history
…Installed Script…" work again.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Greasemonkey.tmbundle@8173 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
henrik committed Sep 19, 2007
1 parent 2fdb075 commit 9795fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/greasemonkey.rb
Expand Up @@ -3,7 +3,7 @@
# Free to modify and redistribute non-commercially with due credit.


SUPPORT_LIBS = %w{textmate osx/plist escape dialog progress}
SUPPORT_LIBS = %w{textmate osx/plist escape ui progress}
SUPPORT_LIBS.each {|lib| require "#{ENV['TM_SUPPORT_PATH']}/lib/#{lib}"}

# Set up objects for the GM environment and the current script.
Expand Down

0 comments on commit 9795fe2

Please sign in to comment.