What Bugs have been fixed so far?

1.2.4

  • Fixed an problem with upload percentages not working properly

1.2.3 and previous

  • Fixed all those depreciated Combo() functions, updated all of them to PyGTK 2.6 compatible functions.
  • Fixed the CRITICAL pygtk_generic_tree_model warning that has been plaguing Nicotine since GTK2.4 came out. The problem was fixed by adding "if not node: node = self.tree" to the on_iter_nth_child() function.
  • Moved the upload popup-menu item so that it isn't incorrectly disabled from sending multiple files.
  • Fixed a little bug in a popup menu that caused a traceback
  • Fixed a segfault in User Browse, if you clicked on the folder expanders while shares were loading. This was done making the folder pane be disabled while refreshing.