On Sun, 2005-04-17 at 12:11 +0200, Michi wrote: > btw: I think queue-as-a-source should be implemented in *--merged so > that everyone can try it out. This is possible by changing some defines in shell/rb-shell.h. E.g. the attached patch makes the queue a source. Having the queue visible in both the Source list and its own pane is not possible yet. -- so long, oliver Public GPG Key: http://www.core-dump.info/olemke-public.asc Fingerprint: 2389 0B2C 1AA8 4E3E D5AD 3B72 00DB ABDC 73ED C558
--- orig/shell/rb-shell.h +++ mod/shell/rb-shell.h @@ -43,12 +43,14 @@ * and an additional option to show artist and * album in small text below the title */ +/* #define MAYBE_A_BIT_UGLY #define MAYBE_A_BIT_UNREADABLE +*/ /* * queue as a source with some magical properties */ -/* #define WHAT_THE_HELL_IS_DISCOVERABILITY */ +#define WHAT_THE_HELL_IS_DISCOVERABILITY #define RB_TYPE_SHELL (rb_shell_get_type ())
Attachment:
signature.asc
Description: This is a digitally signed message part