Custom Query (230 matches)
Results (136 - 138 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4 | fixed | generalize "browse_command" into a first class object | ||
Description |
Currently this command is used by creating a fake |
|||
#39 | fixed | get rid of the "libgio-2.0.0.dll was not found" error on MS Windows | ||
Description |
When starting the application on win32, we get what looks like a fatal error (it is not): The application has failed to start because libgio-2.0.0.dll was not found. Re-installing the application may fix this problem.
|
|||
#145 | fixed | gtk.AboutDialog() web url fails on win32 and osx | ||
Description |
AFAIK, the code is correct: d = gtk.AboutDialog() d.set_website("http://winswitch.org/") d.set_website_label("winswitch.org") But on those platforms, it comes up with an error... Maybe now is the time to replace the whole thing with a custom dialog? Or at the very least, remove the URL for those platforms that cannot handle it! |