Re: [Banshee-List] banshee r5017 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui
- From: Gabriel Burt <gabriel burt gmail com>
- To: banshee-list gnome org
- Subject: Re: [Banshee-List] banshee r5017 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui
- Date: Sun, 8 Feb 2009 14:01:26 -0600
On Sun, Feb 8, 2009 at 3:06 AM, <blorentz svn gnome org> wrote:
> Log:
> 2009-02-08 Bertrand Lorentz <bertrand lorentz gmail com>
>
> * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Patch from
> John Millikin fixing the export of a playlist that was never browsed
> (BGO #570842).
>
>
>
> Modified:
> trunk/banshee/ChangeLog
> trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
>
> Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
> ==============================================================================
> --- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs (original)
> +++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs Sun Feb 8 09:06:09 2009
> @@ -269,6 +269,7 @@
> if (source == null) {
> return;
> }
> + source.Activate ();
Calling Activate here might be ok, but would probably be better to
just call source.Reload (), no?
Gabriel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]