[banshee/gtk3] Muinshee: fix build



commit 555c0630339e04b2dce2c2eef61badf2d3e505b6
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Thu Dec 20 21:44:36 2012 +0000

    Muinshee: fix build
    
    Oops, last commit broke the build, apologies.

 src/Clients/Muinshee/Muinshee/AlbumDialog.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/Clients/Muinshee/Muinshee/AlbumDialog.cs b/src/Clients/Muinshee/Muinshee/AlbumDialog.cs
index 7a75cf6..12c2f1f 100644
--- a/src/Clients/Muinshee/Muinshee/AlbumDialog.cs
+++ b/src/Clients/Muinshee/Muinshee/AlbumDialog.cs
@@ -63,12 +63,12 @@ namespace Muinshee
 
     public class AlbumDialog : BaseDialog
     {
-        const string config_namespace = BaseDialog.ConfigNamespacePrefix + ".album";
-        static readonly SchemaEntry<int> WidthSchema = WindowConfiguration.NewWidthSchema (config_namespace, BaseDialog.DEFAULT_WIDTH);
-        static readonly SchemaEntry<int> HeightSchema = WindowConfiguration.NewHeightSchema (config_namespace, BaseDialog.DEFAULT_HEIGHT);
-        static readonly SchemaEntry<int> XPosSchema = WindowConfiguration.NewXPosSchema (config_namespace);
-        static readonly SchemaEntry<int> YPosSchema = WindowConfiguration.NewYPosSchema (config_namespace);
-        static readonly SchemaEntry<bool> MaximizedSchema = WindowConfiguration.NewMaximizedSchema (config_namespace);
+        const string CONFIG_NAMESPACE = BaseDialog.CONFIG_NAMESPACE_PREFIX + ".album";
+        static readonly SchemaEntry<int> WidthSchema = WindowConfiguration.NewWidthSchema (CONFIG_NAMESPACE, BaseDialog.DEFAULT_WIDTH);
+        static readonly SchemaEntry<int> HeightSchema = WindowConfiguration.NewHeightSchema (CONFIG_NAMESPACE, BaseDialog.DEFAULT_HEIGHT);
+        static readonly SchemaEntry<int> XPosSchema = WindowConfiguration.NewXPosSchema (CONFIG_NAMESPACE);
+        static readonly SchemaEntry<int> YPosSchema = WindowConfiguration.NewYPosSchema (CONFIG_NAMESPACE);
+        static readonly SchemaEntry<bool> MaximizedSchema = WindowConfiguration.NewMaximizedSchema (CONFIG_NAMESPACE);
 
         private static DatabaseAlbumListModel album_model;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]