Long-term:
[\] The GUI needs work. I'm thinking it should be set to non-resizable. That'll solve a lot of problems about funny looking buttons when resizing.
[ ] Change gtk_init to registering it as a GNOME app.
[ ] Application icon.
[ ] HIG-ification.
[ ] Drag 'n' drop
[ ] Remember "Open"'d location
[ ] Implement auto-tag writing using GTK_WIDGET_HAS_FOCUS(widget)
	A la if (GTK_WIDGET_HAS_FOCUS(widget))
[ ] New GTK FileChooser :) (not all distro's have GTK+ 2.4 yet :()

For 0.2.3:
[ ] Actually make use of our new icon. Place it in /usr/share/pixmaps &
	load it as our application icon & in the .desktop file.

For 0.2.0:
[X] Make "Apply" button insensitive when no file is loaded gtk_widget_set_state
[X] ID3 tag support, both reading and writing.
[X] Load file from commandline properly.
