I noticed, the only issue is for Tiles such as the document tiles, they do not call OpenFromMime() but only the inherited Open(). Eventually, we can assume we will have provided specialized Open() functions for each Tile, but until then, this allows me to use holmes to search OO.o documents and open them. Its not a perfect solution, but its a nice fallback.
-Kevin Kubasik On 12/16/05, Lukas Lipka <[EMAIL PROTECTED]> wrote: > We already are able to open all file type hits. Check src/Tiles/File.cs > for more information. > > Best, > Lukas > > On Thu, 2005-12-15 at 18:17 -0500, Kevin Kubasik wrote: > > A minuscule hack to fall back onto OpenFromMime() should Open() not be > > overridden. > > > > > > -Kevin Kubasik > > _______________________________________________ > > Dashboard-hackers mailing list > > [email protected] > > http://mail.gnome.org/mailman/listinfo/dashboard-hackers > > -- Kevin Kubasik 240-838-6616 _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
