fixed : update tooltip when title change (downloading file)

git-svn-id: http://tint2.googlecode.com/svn/trunk@352 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-01-15 15:31:07 +00:00
parent 0ff3c67ab3
commit 221f2875b3
3 changed files with 5 additions and 1 deletions

View File

@@ -49,5 +49,6 @@ void tooltip_show(void* /*arg*/);
void tooltip_update();
void tooltip_trigger_hide();
void tooltip_hide(void* /*arg*/);
void tooltip_copy_text(Area* area);
#endif // TOOLTIP_H