Re: patch to append files to playlist
Morten Nilsen <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
Morten Nilsen wrote: > Chris Hellberg wrote: >> --- Morten Nilsen <[email protected]> wrote: >>>> cfg.append_to_playlist = GTK_CHECK_MENU_ITEM(gtk_item_factory_get_widget(mainwin_options_menu, "/Append to playlist"))->active; >>>> cfg.append_to_playlist = TRUE; >>> >>> won't setting cfg.append_to_playlist to TRUE >>> explicitly force this option on? >> >> Yes, you're right, it would. However I figured that it >> would be the least-intrusive as a default option to >> leave it set to FALSE. > > what I mean is - won't setting it explicitly to TRUE override the menu > item? Wouldn't the effect of this being, that once enabled, it can not > be disabled again? > and indeed, once enabled, it is not possible to turn it off. removing the explicit TRUE lets me disable the option again. not tested the actual functionality of the patch yet - gonna do that later. -- Morten