i18n problem with Totem properties window
- From: Bastien Nocera <hadess hadess net>
- To: release-team gnome org
- Subject: i18n problem with Totem properties window
- Date: Sat, 03 Sep 2005 12:43:52 +0100
This one will hopefully qualify for freeze break.
2005-09-03 Bastien Nocera <hadess hadess net>
* src/totem-interface.c: (totem_interface_load_with_root):
load the glade files with the totem gettext package to force
totem translations to be used when loading as part of other
applications (fixes the property window not being translated in
Nautilus)
(Closes: #307617)
http://bugzilla.gnome.org/show_bug.cgi?id=307617
--
Bastien Nocera <hadess hadess net>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/totem/ChangeLog,v
retrieving revision 1.1447
diff -u -p -u -r1.1447 ChangeLog
--- ChangeLog 2 Sep 2005 11:22:01 -0000 1.1447
+++ ChangeLog 3 Sep 2005 11:41:29 -0000
@@ -1,3 +1,11 @@
+2005-09-03 Bastien Nocera <hadess hadess net>
+
+ * src/totem-interface.c: (totem_interface_load_with_root):
+ load the glade files with the totem gettext package to force
+ totem translations to be used when loading as part of other applications
+ (fixes the property window not being translated in Nautilus)
+ (Closes: #307617)
+
2005-09-02 Bastien Nocera <hadess hadess net>
* src/backend/bacon-video-widget-xine.c:
Index: src/totem-interface.c
===================================================================
RCS file: /cvs/gnome/totem/src/totem-interface.c,v
retrieving revision 1.6
diff -u -p -u -r1.6 totem-interface.c
--- src/totem-interface.c 10 Apr 2005 15:09:34 -0000 1.6
+++ src/totem-interface.c 3 Sep 2005 11:41:29 -0000
@@ -104,7 +104,7 @@ totem_interface_load_with_root (const ch
filename = totem_interface_get_full_path (name);
if (filename != NULL)
- glade = glade_xml_new (filename, root_widget, NULL);
+ glade = glade_xml_new (filename, root_widget, GETTEXT_PACKAGE);
g_free (filename);
if (glade == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]