Author: benny
Date: 2006-12-21 22:42:30 +0000 (Thu, 21 Dec 2006)
New Revision: 24161

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/Makefile.am
   thunar/trunk/thunar-vfs/thunar-vfs.c
Log:
2006-12-21      Benedikt Meurer <[EMAIL PROTECTED]>

        * thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs.c: Apply Brian's
          patch to properly initialize the gettext textdomain for thunar-vfs.
          Bug #2543.




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2006-12-21 22:35:50 UTC (rev 24160)
+++ thunar/trunk/ChangeLog      2006-12-21 22:42:30 UTC (rev 24161)
@@ -1,5 +1,11 @@
 2006-12-21     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs.c: Apply Brian's
+         patch to properly initialize the gettext textdomain for thunar-vfs.
+         Bug #2543.
+
+2006-12-21     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * thunar/thunar-location-entry.c(thunar_location_entry_init):
          Make sure the down button in the location bar doesn't get too
          large. Bug #2582.

Modified: thunar/trunk/thunar-vfs/Makefile.am
===================================================================
--- thunar/trunk/thunar-vfs/Makefile.am 2006-12-21 22:35:50 UTC (rev 24160)
+++ thunar/trunk/thunar-vfs/Makefile.am 2006-12-21 22:42:30 UTC (rev 24161)
@@ -6,6 +6,7 @@
        -DEXO_DISABLE_DEPRECATED                                        \
        -DG_LOG_DOMAIN=\"thunar-vfs\"                                   \
        -DLIBEXECDIR=\"$(libexecdir)\"                                  \
+       -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
        -DSN_API_NOT_YET_FROZEN                                         \
        -DTHUNAR_VFS_COMPILATION                                        \
        -DTHUNAR_VFS_VERSION_API=\"$(THUNAR_VERSION_API)\"              \

Modified: thunar/trunk/thunar-vfs/thunar-vfs.c
===================================================================
--- thunar/trunk/thunar-vfs/thunar-vfs.c        2006-12-21 22:35:50 UTC (rev 
24160)
+++ thunar/trunk/thunar-vfs/thunar-vfs.c        2006-12-21 22:42:30 UTC (rev 
24161)
@@ -54,6 +54,9 @@
       if (!g_thread_supported ())
         g_thread_init (NULL);
 
+      /* ensure any strings get translated properly */
+      xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
+
       /* initialize the path module */
       _thunar_vfs_path_init ();
 

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to