On Mon, 2005-04-25 at 01:25 +0200, Ãivind Hoel wrote: > First, sorry for being so slow - bit busy with exams and all :/ > > I'm ofcourse asking for trouble in using this, but I'm running ubuntu > breezy (considering my past history with their dev version being > hiccup-free). Don't know if my input is of any use to you with this in > mind... > > How would I create a gdb backtrace though? Please use at least rhythmbox--merge--0.9--patch-31 for any further testing. It contains an important fix. @jonathan: Please apply the attached patch to your queue branch. -- 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-playlist-manager.c +++ mod/shell/rb-playlist-manager.c @@ -579,7 +579,7 @@ g_object_get (G_OBJECT (playlist), "playlist-type", &playlist_type, NULL); if (playlist_type == PLAYLIST_QUEUE) { /* reset the name in case the user's locale changes */ - g_object_set (G_OBJECT (playlist), "name", _("Queued songs")); + g_object_set (G_OBJECT (playlist), "name", _("Queued songs"), NULL); mgr->priv->queue_source = RB_PLAYLIST_SOURCE (playlist); } }
Attachment:
signature.asc
Description: This is a digitally signed message part