Reorder tabs

This changes the order to Playlist, Queue, Library rather than Playlist,
Library, Queue
This commit is contained in:
Bryan Schumaker 2010-12-23 09:48:39 -05:00
parent 270d33d5ec
commit 3802d41b83

View File

@ -27,8 +27,8 @@ text = "Pause after current song"
menu.add_common_menu_item(text, libsaria.controls.do_pause_after)
playlist.init()
library.init()
queue.init()
library.init()
after = now()
print "Startup took:", after-before