banshee r4440 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4440 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui
- Date: Thu, 28 Aug 2008 18:39:46 +0000 (UTC)
Author: gburt
Date: Thu Aug 28 18:39:46 2008
New Revision: 4440
URL: http://svn.gnome.org/viewvc/banshee?rev=4440&view=rev
Log:
2008-08-28 Gabriel Burt <gabriel burt gmail com>
* src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Fix bug
by ensuring we get the UI resource file from the calling assembly.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs Thu Aug 28 18:39:46 2008
@@ -62,7 +62,7 @@
public void AddUiFromFile (string ui_file)
{
- ui_merge_ids.Add (Actions.AddUiFromFileInCurrentAssembly (ui_file));
+ ui_merge_ids.Add (Actions.AddUiFromFile (ui_file, System.Reflection.Assembly.GetCallingAssembly ()));
}
public void Register ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]