[nautilus-image-converter] Update files for gtkbuilder files name change



commit 10ce7ad40bd9c4972421644d4106e6651561041c
Author: Brian Pepple <bpepple fedoraproject org>
Date:   Tue Feb 8 19:48:18 2011 -0500

    Update files for gtkbuilder files name change

 po/POTFILES.in               |    4 ++--
 src/nautilus-image-resizer.c |    2 +-
 src/nautilus-image-rotator.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e2c681d..66f888b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
 [encoding: UTF-8]
 # List of source files which contain translatable strings.
-[type: gettext/glade]data/nautilus-image-resize.xml
-[type: gettext/glade]data/nautilus-image-rotate.xml
+[type: gettext/glade]data/nautilus-image-resize.ui
+[type: gettext/glade]data/nautilus-image-rotate.ui
 
 src/nautilus-image-converter.c
 src/nautilus-image-resizer.c
diff --git a/src/nautilus-image-resizer.c b/src/nautilus-image-resizer.c
index 1554ba5..5a0fa5d 100644
--- a/src/nautilus-image-resizer.c
+++ b/src/nautilus-image-resizer.c
@@ -386,7 +386,7 @@ nautilus_image_resizer_init(NautilusImageResizer *resizer)
 	/* Let's create our gtkbuilder and load the xml file */
 	ui = gtk_builder_new ();
 	gtk_builder_set_translation_domain (ui, GETTEXT_PACKAGE);
-	path = g_build_filename (DATADIR, PACKAGE, "nautilus-image-resize.xml", NULL);
+	path = g_build_filename (DATADIR, PACKAGE, "nautilus-image-resize.ui", NULL);
 	result = gtk_builder_add_from_file (ui, path, &err);
 	g_free (path);
 
diff --git a/src/nautilus-image-rotator.c b/src/nautilus-image-rotator.c
index 91e26c7..2fc2274 100644
--- a/src/nautilus-image-rotator.c
+++ b/src/nautilus-image-rotator.c
@@ -397,7 +397,7 @@ nautilus_image_rotator_init(NautilusImageRotator *rotator)
 	/* Let's create our gtkbuilder and load the xml file */
 	ui = gtk_builder_new ();
 	gtk_builder_set_translation_domain (ui, GETTEXT_PACKAGE);
-	path = g_build_filename (DATADIR, PACKAGE, "nautilus-image-rotate.xml", NULL);
+	path = g_build_filename (DATADIR, PACKAGE, "nautilus-image-rotate.ui", NULL);
 	result = gtk_builder_add_from_file (ui, path, &err);
 	g_free (path);
 



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