view gui/ui/pixmaps/title.xpm @ 35352:96cda43fe250

Don't unconditionally delete the old playlist. On loading a new file or URL, only delete the old playlist if a new file or URL has been selected. If the dialog has been cancelled, the old playlist shall remain.
author ib
date Thu, 22 Nov 2012 14:13:43 +0000
parents 520fb0f7544c
children
line wrap: on
line source

/* XPM */
static const char * const title_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #000000",
"+	c #CD0909",
"@	c #FFFFFF",
"  ..            ",
" .++.           ",
".++++.          ",
".++++.  .    .  ",
" .++.  .@.  .@. ",
"  ..  .@@@..@@@.",
"       .@.  .@. ",
"        .    .  ",
"  ..            ",
" .++.           ",
".++++.          ",
".++++.  .    .  ",
" .++.  .@.  .@. ",
"  ..  .@@@..@@@.",
"       .@.  .@. ",
"        .    .  "};