[f-spot/stable-0.8] Fix a typo from Glade conversion



commit 1f5b0ac0a050108fc313189ddaa650c69e65df10
Author: Paul Lange <palango gmx de>
Date:   Fri Sep 24 20:50:12 2010 +0200

    Fix a typo from Glade conversion
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629797

 .../FSpot.Exporters.PicasaWeb/GoogleAddAlbum.cs    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Exporters/FSpot.Exporters.PicasaWeb/FSpot.Exporters.PicasaWeb/GoogleAddAlbum.cs b/src/Extensions/Exporters/FSpot.Exporters.PicasaWeb/FSpot.Exporters.PicasaWeb/GoogleAddAlbum.cs
index d336f5b..62df478 100644
--- a/src/Extensions/Exporters/FSpot.Exporters.PicasaWeb/FSpot.Exporters.PicasaWeb/GoogleAddAlbum.cs
+++ b/src/Extensions/Exporters/FSpot.Exporters.PicasaWeb/FSpot.Exporters.PicasaWeb/GoogleAddAlbum.cs
@@ -40,7 +40,7 @@ namespace FSpot.Exporters.PicasaWeb
 
 		public GoogleAddAlbum (GoogleExport export, Mono.Google.Picasa.PicasaWeb picasa)
 		{
-			builder = new GtkBeans.Builder (null, "google_add_album_dialog.glade", null);
+			builder = new GtkBeans.Builder (null, "google_add_album_dialog.ui", null);
 			builder.Autoconnect (this);
 
 			this.export = export;



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