always show a tooltip when asked to

This commit is contained in:
Thomas Aylott
2009-04-21 23:59:43 -04:00
parent f7d792a102
commit a2e8cae166
+2 -1
View File
@@ -59,8 +59,9 @@ module TextMate
if choice
result = choices[choice]
end
result = {'tool_tip' => 'No information'} unless result
TextMate::UI.tool_tip( result['tool_tip'], {:format => result['tool_tip_format'] || :text }) if result
TextMate::UI.tool_tip( result['tool_tip'], {:format => result['tool_tip_format'] || :text })
end
def choices