[f-spot] Fix a typo from Glade conversion



commit c182b1dcc6bba8b28d677c5a49102ae10ed41b66
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 41707c2..9fc6408 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
@@ -69,7 +69,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]