[Xfce4-commits] r23659 - in thunar/trunk: . docs/reference/thunarx/tmpl po po-doc tests
Benedikt Meurer
benny at xfce.org
Sat Nov 4 15:54:14 CET 2006
Author: benny
Date: 2006-11-04 14:54:01 +0000 (Sat, 04 Nov 2006)
New Revision: 23659
Removed:
thunar/trunk/tests/test-thunar-vfs-volume-bsd.c
Modified:
thunar/trunk/ChangeLog
thunar/trunk/NEWS
thunar/trunk/README
thunar/trunk/THANKS
thunar/trunk/configure.in.in
thunar/trunk/docs/reference/thunarx/tmpl/thunarx-renamer.sgml
thunar/trunk/po-doc/ChangeLog
thunar/trunk/po-doc/es.po
thunar/trunk/po-doc/fr.po
thunar/trunk/po-doc/ja.po
thunar/trunk/po-doc/ru.po
thunar/trunk/po-doc/zh_TW.po
thunar/trunk/po/ChangeLog
thunar/trunk/po/Thunar.pot
thunar/trunk/po/ca.po
thunar/trunk/po/cs.po
thunar/trunk/po/de.po
thunar/trunk/po/dz.po
thunar/trunk/po/el.po
thunar/trunk/po/eo.po
thunar/trunk/po/es.po
thunar/trunk/po/et.po
thunar/trunk/po/eu.po
thunar/trunk/po/fi.po
thunar/trunk/po/fr.po
thunar/trunk/po/gl.po
thunar/trunk/po/he.po
thunar/trunk/po/hu.po
thunar/trunk/po/it.po
thunar/trunk/po/ja.po
thunar/trunk/po/ka.po
thunar/trunk/po/lt.po
thunar/trunk/po/nl.po
thunar/trunk/po/pl.po
thunar/trunk/po/pt_BR.po
thunar/trunk/po/ro.po
thunar/trunk/po/ru.po
thunar/trunk/po/sv.po
thunar/trunk/po/uk.po
thunar/trunk/po/zh_CN.po
thunar/trunk/po/zh_TW.po
thunar/trunk/tests/
thunar/trunk/tests/Makefile.am
Log:
2006-11-04 Benedikt Meurer <benny at xfce.org>
* === Released 0.5.0rc2 ===
* configure.in.in, NEWS: Bump version.
* configure.in.in, README: Depend on libexo 0.3.1.12rc2.
* docs/reference/thunarx/: Regenerate API docs.
* THANKS: Add missing translator credits.
* po/*.po: Update Project-Id-Version.
* tests/: Drop the FreeBSD fstab check, as the default volume manager
backend for FreeBSD is HAL.
Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/ChangeLog 2006-11-04 14:54:01 UTC (rev 23659)
@@ -1,5 +1,16 @@
2006-11-04 Benedikt Meurer <benny at xfce.org>
+ * === Released 0.5.0rc2 ===
+ * configure.in.in, NEWS: Bump version.
+ * configure.in.in, README: Depend on libexo 0.3.1.12rc2.
+ * docs/reference/thunarx/: Regenerate API docs.
+ * THANKS: Add missing translator credits.
+ * po/*.po: Update Project-Id-Version.
+ * tests/: Drop the FreeBSD fstab check, as the default volume manager
+ backend for FreeBSD is HAL.
+
+2006-11-04 Benedikt Meurer <benny at xfce.org>
+
* thunar-vfs/thunar-vfs-volume-hal.c(thunar_vfs_volume_hal_update):
Do not use the deprecated HAL policy framework. Bug #2475.
@@ -234,7 +245,7 @@
* configure.in.in, NEWS: Bump version.
* configure.in.in, README: Depend on libexo 0.3.1.10rc1.
* THANKS: Add missing translator credits.
- * po/*.po: Update Project-Id-Version.
+ * po/*.po, po-doc/*.po: Update Project-Id-Version.
2006-09-02 Benedikt Meurer <benny at xfce.org>
Modified: thunar/trunk/NEWS
===================================================================
--- thunar/trunk/NEWS 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/NEWS 2006-11-04 14:54:01 UTC (rev 23659)
@@ -1,3 +1,62 @@
+0.5.0rc1
+========
+- Add a "Trash" menu entry to the "Go" menu (#2486).
+- Add a drop-down menu to the toolbar-style location bar to enable quick
+ access to the shortcuts even if the classic file manager look'n'feel is
+ being used (#2024).
+- Add support for HAL on FreeBSD. Make HAL the preferred volume manager on
+ FreeBSD.
+- Adjust the preferences dialog to match the look of the other Xfce preferences
+ dialogs (#2379).
+- Allow to change the icon of .desktop files (#2150).
+- Allow Thunar extensions to add menu items to the Drag'n'Drop context menu.
+ This is for example used by the thunar-archive-plugin to add an "Extract
+ Here" action, which extracts a dragged archive file at the drop location.
+- Display the real mime type as tooltip for the "Kind" label in the properties
+ dialog (#2369).
+- Keep the modification time when copying files (#2244).
+- Make sure emblems don't get too large with SVG icon themes (#2466).
+- Make sure Thunar is restarted prior to xfdesktop, so the trash support in
+ xfdesktop works as expected even if D-Bus autoactivation is not setup
+ properly.
+- Place automake options into configure.in.in instead of Makefile.am and add
+ the tar-ustar option to fix building distributions on system where tar
+ defaults to the deprecated V7 format (#2304).
+- Place cursor on the first selected file after a new file or folder was
+ created (#2368).
+- Place focus on the main view after changing the current directory (#2367).
+- Properly clean up the path bar when a folder that is currently displayed
+ on the path bar is deleted.
+- Properly validate the Name of .desktop files (#2227).
+- Update the icon mime icon lookup to try icon names from Icon Naming Spec
+ first, and fallback to legacy GNOME icon names.
+- Use default dbus connection timeout (#2243).
+- Use exo-open for the default "Open Terminal Here" action (#2256).
+- Use the thumbnail database to load SVG icons from the icon theme, because
+ loading SVG is quite slow and takes a lot more memory than loading and
+ scaling PNG icons from the thumbnail database.
+- Fix usage of deprecated HAL policy functions (#2475).
+- Fix crash with newer GtkTreeView's if the "row-has-child-toggled" signal is
+ emitted even if the child state of a node did not change (#2372).
+- Fix several race conditions that were introduced over time and prevented the
+ "new-files" job handling from working properly with Gamin and automatic
+ folder reload (#2199).
+- Fix invalid calculation of free space on OpenBSD/amd64 (#2383).
+- Fix crash due to invalid handling of file names with printf(3)-style format
+ arguments (#2468).
+- Fix crash on systems with small per-thread stacks (#2269).
+- Fix installation on Win32 platforms (#2432).
+- Fix build with GLib 2.6.x (#2317).
+- Fix build with latest dbus-glib (#2263).
+- Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs), Benedikt
+ Meurer (de), Stavros Giannouris (el), Jarbas Araujo,
+ Antono Vasiljev and Sylvain Vedrenne (eo), Piarres
+ Beobide (eu), Jari Rhkonen (fi), Maximilian Schleiss
+ (fr), Piotr Maliński (pl), Adriano Winter Bess (pt_BR),
+ Andrey Fedoseev (ru), Hydonsingore Cia (zh_TW)
+- New translations: Sonam Pelden (dz)
+
+
0.4.0rc1
========
- An implementation of the XDG Trash Specification was imported and is now
Modified: thunar/trunk/README
===================================================================
--- thunar/trunk/README 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/README 2006-11-04 14:54:01 UTC (rev 23659)
@@ -12,7 +12,7 @@
- perl 5.6 or above
- GTK+ 2.6.0 or above
- - libexo 0.3.1.10rc1 or above
+ - libexo 0.3.1.12rc2 or above
- intltool 0.30 or above
- libpng12 1.2.0 or above
- shared-mime-info 0.15 or above
Modified: thunar/trunk/THANKS
===================================================================
--- thunar/trunk/THANKS 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/THANKS 2006-11-04 14:54:01 UTC (rev 23659)
@@ -34,6 +34,9 @@
Jannis Pohlmann <jannis at xfce.org>
* de translations
+ Sonam Pelden <sonaa_peldn at yahoo.com>
+ * dz translations
+
Stathis Kamperis <ekamperi at auth.gr>
* el translations
Modified: thunar/trunk/configure.in.in
===================================================================
--- thunar/trunk/configure.in.in 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/configure.in.in 2006-11-04 14:54:01 UTC (rev 23659)
@@ -9,13 +9,13 @@
dnl ***************************
dnl *** Version information ***
dnl ***************************
-m4_define([thunar_verinfo], [4:0:2])
+m4_define([thunar_verinfo], [4:1:2])
m4_define([thunar_version_api], [1])
m4_define([thunar_version_major], [0])
-m4_define([thunar_version_minor], [4])
-m4_define([thunar_version_micro], [1])
+m4_define([thunar_version_minor], [5])
+m4_define([thunar_version_micro], [0])
m4_define([thunar_version_build], [r at REVISION@])
-m4_define([thunar_version_tag], [svn])
+m4_define([thunar_version_tag], [rc2])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_tag(), [svn], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
@@ -159,7 +159,7 @@
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.11])
+XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.12])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.4])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.4])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
Modified: thunar/trunk/docs/reference/thunarx/tmpl/thunarx-renamer.sgml
===================================================================
--- thunar/trunk/docs/reference/thunarx/tmpl/thunarx-renamer.sgml 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/docs/reference/thunarx/tmpl/thunarx-renamer.sgml 2006-11-04 14:54:01 UTC (rev 23659)
@@ -76,7 +76,7 @@
@process: see thunarx_renamer_process().
@load: see thunarx_renamer_load().
@save: see thunarx_renamer_save().
- at get_actions: see thunarx_renamer_get_actions().
+ at get_actions: see thunarx_renamer_get_actions().
@changed: see thunarx_renamer_changed().
<!-- ##### FUNCTION thunarx_renamer_get_help_url ##### -->
Modified: thunar/trunk/po/ChangeLog
===================================================================
--- thunar/trunk/po/ChangeLog 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/ChangeLog 2006-11-04 14:54:01 UTC (rev 23659)
@@ -1,3 +1,7 @@
+2006-11-04 Benedikt Meurer <benny at xfce.org>
+
+ * *.po: Update Project-Id-Version.
+
2006-11-04 Pau Rul-lan Ferragut <paurullan at bulma.net>
* ca.po: Updated Catalan translation
@@ -4,7 +8,7 @@
2006-11-04 Piarres Beobide <pi at beobide.net>
- * eu.po: Update basque translation.
+ * eu.po: Update basque translation.
2006-11-03 Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
Modified: thunar/trunk/po/Thunar.pot
===================================================================
--- thunar/trunk/po/Thunar.pot 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/Thunar.pot 2006-11-04 14:54:01 UTC (rev 23659)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-11-03 17:14+0100\n"
+"POT-Creation-Date: 2006-11-04 15:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -339,12 +339,14 @@
msgstr ""
#. something went wrong, for sure
+#. display an error dialog to inform the user
#: ../thunar-vfs/thunar-vfs-volume-hal.c:339
+#: ../thunar/thunar-location-entry.c:643
#, c-format
msgid "Failed to determine the mount point for %s"
msgstr ""
-#: ../thunar-vfs/thunar-vfs-volume-hal.c:913
+#: ../thunar-vfs/thunar-vfs-volume-hal.c:907
#, c-format
msgid "Failed to connect to the HAL daemon: %s"
msgstr ""
@@ -535,7 +537,7 @@
#. append the "Empty Trash" menu action
#. add the "Empty Trash" menu item
-#: ../thunar/thunar-application.c:1269 ../thunar/thunar-location-buttons.c:169
+#: ../thunar/thunar-application.c:1269 ../thunar/thunar-location-buttons.c:171
#: ../thunar/thunar-shortcuts-view.c:849 ../thunar/thunar-tree-view.c:1072
#: ../thunar/thunar-window.c:269 ../plugins/thunar-tpa/main.c:49
msgid "_Empty Trash"
@@ -995,13 +997,13 @@
#. append the "Open" menu action
#: ../thunar/thunar-launcher.c:137 ../thunar/thunar-launcher.c:783
-#: ../thunar/thunar-location-buttons.c:166
+#: ../thunar/thunar-location-buttons.c:168
#: ../thunar/thunar-shortcuts-view.c:790 ../thunar/thunar-tree-view.c:1012
msgid "_Open"
msgstr ""
#. append the "Open in New Window" menu action
-#: ../thunar/thunar-launcher.c:138 ../thunar/thunar-location-buttons.c:167
+#: ../thunar/thunar-launcher.c:138 ../thunar/thunar-location-buttons.c:169
#: ../thunar/thunar-shortcuts-view.c:801 ../thunar/thunar-tree-view.c:1024
msgid "Open in New Window"
msgstr ""
@@ -1207,66 +1209,66 @@
msgstr[1] ""
#. append the "Create Folder" menu action
-#: ../thunar/thunar-location-buttons.c:168
+#: ../thunar/thunar-location-buttons.c:170
#: ../thunar/thunar-standard-view.c:323 ../thunar/thunar-tree-view.c:1088
msgid "Create _Folder..."
msgstr ""
-#: ../thunar/thunar-location-buttons.c:169 ../thunar/thunar-window.c:269
+#: ../thunar/thunar-location-buttons.c:171 ../thunar/thunar-window.c:269
msgid "Delete all files and folders in the Trash"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:170
+#: ../thunar/thunar-location-buttons.c:172
#: ../thunar/thunar-standard-view.c:329
msgid "Paste Into Folder"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:171
+#: ../thunar/thunar-location-buttons.c:173
#: ../thunar/thunar-renamer-dialog.c:179 ../thunar/thunar-standard-view.c:324
msgid "_Properties..."
msgstr ""
-#: ../thunar/thunar-location-buttons.c:272
+#: ../thunar/thunar-location-buttons.c:274
msgid "Spacing"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:273
+#: ../thunar/thunar-location-buttons.c:275
msgid "The amount of space between the path buttons"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:1250
+#: ../thunar/thunar-location-buttons.c:1271
#, c-format
msgid "Open \"%s\" in this window"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:1256
+#: ../thunar/thunar-location-buttons.c:1277
#, c-format
msgid "Open \"%s\" in a new window"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:1261
+#: ../thunar/thunar-location-buttons.c:1282
#, c-format
msgid "Create a new folder in \"%s\""
msgstr ""
-#: ../thunar/thunar-location-buttons.c:1273
+#: ../thunar/thunar-location-buttons.c:1294
#, c-format
msgid ""
"Move or copy files previously selected by a Cut or Copy command into \"%s\""
msgstr ""
-#: ../thunar/thunar-location-buttons.c:1279
+#: ../thunar/thunar-location-buttons.c:1300
#, c-format
msgid "View the properties of the folder \"%s\""
msgstr ""
#. ask the user to enter a name for the new folder
-#: ../thunar/thunar-location-buttons.c:1319
+#: ../thunar/thunar-location-buttons.c:1340
#: ../thunar/thunar-standard-view.c:1817 ../thunar/thunar-tree-view.c:1439
msgid "New Folder"
msgstr ""
-#: ../thunar/thunar-location-buttons.c:1319
+#: ../thunar/thunar-location-buttons.c:1340
#: ../thunar/thunar-standard-view.c:1817 ../thunar/thunar-tree-view.c:1439
msgid "Create New Folder"
msgstr ""
@@ -1279,11 +1281,19 @@
msgid "_Location:"
msgstr ""
-#: ../thunar/thunar-location-entry.c:401 ../thunar/thunar-window.c:1307
+#: ../thunar/thunar-location-entry.c:419 ../thunar/thunar-window.c:1307
#, c-format
msgid "Failed to launch \"%s\""
msgstr ""
+#. display an error dialog to inform the user
+#: ../thunar/thunar-location-entry.c:632
+#: ../thunar/thunar-shortcuts-view.c:1328 ../thunar/thunar-tree-view.c:953
+#: ../thunar/thunar-tree-view.c:1598
+#, c-format
+msgid "Failed to mount \"%s\""
+msgstr ""
+
#: ../thunar/thunar-path-entry.c:259
msgid "Icon size"
msgstr ""
@@ -1421,65 +1431,65 @@
"folder afterwards."
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:219
+#: ../thunar/thunar-preferences-dialog.c:220
msgid "File Manager Preferences"
msgstr ""
#.
#. Views
#.
-#: ../thunar/thunar-preferences-dialog.c:236
+#: ../thunar/thunar-preferences-dialog.c:237
msgid "Views"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:246
+#: ../thunar/thunar-preferences-dialog.c:247
msgid "Default View"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:258
+#: ../thunar/thunar-preferences-dialog.c:259
msgid "View _new folders using:"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:263
-#: ../thunar/thunar-preferences-dialog.c:294
+#: ../thunar/thunar-preferences-dialog.c:264
+#: ../thunar/thunar-preferences-dialog.c:295
msgid "Icon View"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:264
+#: ../thunar/thunar-preferences-dialog.c:265
msgid "Detailed List View"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:265
+#: ../thunar/thunar-preferences-dialog.c:266
msgid "Compact List View"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:266
+#: ../thunar/thunar-preferences-dialog.c:267
msgid "Last Active View"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:277
+#: ../thunar/thunar-preferences-dialog.c:278
msgid "Sort _folders before files"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:279
+#: ../thunar/thunar-preferences-dialog.c:280
msgid "Select this option to list folders before files when you sort a folder."
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:283
+#: ../thunar/thunar-preferences-dialog.c:284
msgid "_Show thumbnails"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:285
+#: ../thunar/thunar-preferences-dialog.c:286
msgid ""
"Select this option to display previewable files within a folder as "
"automatically generated thumbnail icons."
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:306
+#: ../thunar/thunar-preferences-dialog.c:307
msgid "_Text beside icons"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:308
+#: ../thunar/thunar-preferences-dialog.c:309
msgid ""
"Select this option to place the icon captions for items beside the icon "
"rather than below the icon."
@@ -1488,76 +1498,76 @@
#.
#. Side Pane
#.
-#: ../thunar/thunar-preferences-dialog.c:317
+#: ../thunar/thunar-preferences-dialog.c:318
msgid "Side Pane"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:327
+#: ../thunar/thunar-preferences-dialog.c:328
msgid "Shortcuts Pane"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:339
+#: ../thunar/thunar-preferences-dialog.c:340
msgid "_Icon Size:"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:344
-#: ../thunar/thunar-preferences-dialog.c:389
-msgid "Very Small"
-msgstr ""
-
#: ../thunar/thunar-preferences-dialog.c:345
#: ../thunar/thunar-preferences-dialog.c:390
-msgid "Smaller"
+msgid "Very Small"
msgstr ""
#: ../thunar/thunar-preferences-dialog.c:346
#: ../thunar/thunar-preferences-dialog.c:391
-msgid "Small"
+msgid "Smaller"
msgstr ""
#: ../thunar/thunar-preferences-dialog.c:347
#: ../thunar/thunar-preferences-dialog.c:392
-msgid "Normal"
+msgid "Small"
msgstr ""
#: ../thunar/thunar-preferences-dialog.c:348
#: ../thunar/thunar-preferences-dialog.c:393
-msgid "Large"
+msgid "Normal"
msgstr ""
#: ../thunar/thunar-preferences-dialog.c:349
#: ../thunar/thunar-preferences-dialog.c:394
-msgid "Larger"
+msgid "Large"
msgstr ""
#: ../thunar/thunar-preferences-dialog.c:350
#: ../thunar/thunar-preferences-dialog.c:395
+msgid "Larger"
+msgstr ""
+
+#: ../thunar/thunar-preferences-dialog.c:351
+#: ../thunar/thunar-preferences-dialog.c:396
msgid "Very Large"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:361
+#: ../thunar/thunar-preferences-dialog.c:362
msgid "Show Icon _Emblems"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:363
+#: ../thunar/thunar-preferences-dialog.c:364
msgid ""
"Select this option to display icon emblems in the shortcuts pane for all "
"folders for which emblems have been defined in the folders properties dialog."
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:372
+#: ../thunar/thunar-preferences-dialog.c:373
msgid "Tree Pane"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:384
+#: ../thunar/thunar-preferences-dialog.c:385
msgid "Icon _Size:"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:406
+#: ../thunar/thunar-preferences-dialog.c:407
msgid "Show Icon E_mblems"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:408
+#: ../thunar/thunar-preferences-dialog.c:409
msgid ""
"Select this option to display icon emblems in the tree pane for all folders "
"for which emblems have been defined in the folders properties dialog."
@@ -1566,25 +1576,25 @@
#.
#. Behavior
#.
-#: ../thunar/thunar-preferences-dialog.c:417
+#: ../thunar/thunar-preferences-dialog.c:418
msgid "Behavior"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:427
+#: ../thunar/thunar-preferences-dialog.c:428
msgid "Navigation"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:439
+#: ../thunar/thunar-preferences-dialog.c:440
msgid "_Single click to activate items"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:459
+#: ../thunar/thunar-preferences-dialog.c:460
msgid ""
"Specify the d_elay before an item gets selected\n"
"when the mouse pointer is paused over it:"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:471
+#: ../thunar/thunar-preferences-dialog.c:472
msgid ""
"When single-click activation is enabled, pausing the mouse pointer over an "
"item will automatically select that item after the chosen delay. You can "
@@ -1593,49 +1603,49 @@
"to select the item without activating it."
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:489
+#: ../thunar/thunar-preferences-dialog.c:490
msgid "Disabled"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:495
+#: ../thunar/thunar-preferences-dialog.c:496
msgid "Medium"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:501
+#: ../thunar/thunar-preferences-dialog.c:502
msgid "Long"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:507
+#: ../thunar/thunar-preferences-dialog.c:508
msgid "_Double click to activate items"
msgstr ""
#.
#. Advanced
#.
-#: ../thunar/thunar-preferences-dialog.c:517
+#: ../thunar/thunar-preferences-dialog.c:518
msgid "Advanced"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:527
+#: ../thunar/thunar-preferences-dialog.c:528
msgid "Folder Permissions"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:539
+#: ../thunar/thunar-preferences-dialog.c:540
msgid ""
"When changing the permissions of a folder, you\n"
"can also apply the changes to the contents of the\n"
"folder. Select the default behavior below:"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:547
+#: ../thunar/thunar-preferences-dialog.c:548
msgid "Ask everytime"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:548
+#: ../thunar/thunar-preferences-dialog.c:549
msgid "Apply to Folder Only"
msgstr ""
-#: ../thunar/thunar-preferences-dialog.c:549
+#: ../thunar/thunar-preferences-dialog.c:550
msgid "Apply to Folder and Contents"
msgstr ""
@@ -1947,13 +1957,6 @@
msgstr ""
#. display an error dialog to inform the user
-#: ../thunar/thunar-shortcuts-view.c:1328 ../thunar/thunar-tree-view.c:953
-#: ../thunar/thunar-tree-view.c:1598
-#, c-format
-msgid "Failed to mount \"%s\""
-msgstr ""
-
-#. display an error dialog to inform the user
#. display an error dialog
#: ../thunar/thunar-shortcuts-view.c:1372 ../thunar/thunar-tree-view.c:1738
#, c-format
Modified: thunar/trunk/po/ca.po
===================================================================
--- thunar/trunk/po/ca.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/ca.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
# Carles Muñoz Gorriz <carlesmu at internautas.org>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-11-04 14:55+0100\n"
Modified: thunar/trunk/po/cs.po
===================================================================
--- thunar/trunk/po/cs.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/cs.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-09-16 11:31+0100\n"
Modified: thunar/trunk/po/de.po
===================================================================
--- thunar/trunk/po/de.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/de.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.1svn\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-11-03 17:18+0100\n"
Modified: thunar/trunk/po/dz.po
===================================================================
--- thunar/trunk/po/dz.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/dz.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar.po\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-10 01:36+0200\n"
"PO-Revision-Date: 2006-10-24 16:21+0530\n"
Modified: thunar/trunk/po/el.po
===================================================================
--- thunar/trunk/po/el.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/el.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-10-21 13:46+0200\n"
Modified: thunar/trunk/po/eo.po
===================================================================
--- thunar/trunk/po/eo.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/eo.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-09-20 22:42+0200\n"
Modified: thunar/trunk/po/es.po
===================================================================
--- thunar/trunk/po/es.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/es.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-05-04 14:12+0000\n"
Modified: thunar/trunk/po/et.po
===================================================================
--- thunar/trunk/po/et.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/et.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-04-18 16:37+0300\n"
Modified: thunar/trunk/po/eu.po
===================================================================
--- thunar/trunk/po/eu.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/eu.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
# Piarres Beobide <pi at beobide.net>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: eu\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-11-03 23:54+0100\n"
Modified: thunar/trunk/po/fi.po
===================================================================
--- thunar/trunk/po/fi.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/fi.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 23:39+0200\n"
"PO-Revision-Date: 2006-11-03 23:42+0200\n"
Modified: thunar/trunk/po/fr.po
===================================================================
--- thunar/trunk/po/fr.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/fr.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-10-29 11:09+0100\n"
Modified: thunar/trunk/po/gl.po
===================================================================
--- thunar/trunk/po/gl.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/gl.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-07-05 14:54+0000\n"
Modified: thunar/trunk/po/he.po
===================================================================
--- thunar/trunk/po/he.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/he.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
# This file is distributed under the same license as the Thunar package.
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-05-05 22:28+0300\n"
Modified: thunar/trunk/po/hu.po
===================================================================
--- thunar/trunk/po/hu.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/hu.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-11-03 23:11+0100\n"
Modified: thunar/trunk/po/it.po
===================================================================
--- thunar/trunk/po/it.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/it.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-09-01 18:12+0100\n"
Modified: thunar/trunk/po/ja.po
===================================================================
--- thunar/trunk/po/ja.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/ja.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -14,7 +14,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-06-13 04:11+0900\n"
Modified: thunar/trunk/po/ka.po
===================================================================
--- thunar/trunk/po/ka.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/ka.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-08-24 23:37+0400\n"
Modified: thunar/trunk/po/lt.po
===================================================================
--- thunar/trunk/po/lt.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/lt.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-05-26 11:16+0300\n"
Modified: thunar/trunk/po/nl.po
===================================================================
--- thunar/trunk/po/nl.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/nl.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-10-27 00:51+0100\n"
Modified: thunar/trunk/po/pl.po
===================================================================
--- thunar/trunk/po/pl.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/pl.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-08-30 13:40+0200\n"
Modified: thunar/trunk/po/pt_BR.po
===================================================================
--- thunar/trunk/po/pt_BR.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/pt_BR.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-11-03 16:02-0200\n"
Modified: thunar/trunk/po/ro.po
===================================================================
--- thunar/trunk/po/ro.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/ro.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-06-05 00:42+0300\n"
Modified: thunar/trunk/po/ru.po
===================================================================
--- thunar/trunk/po/ru.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/ru.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-10-02 22:51+0200\n"
Modified: thunar/trunk/po/sv.po
===================================================================
--- thunar/trunk/po/sv.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/sv.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-02-22 16:28+0100\n"
Modified: thunar/trunk/po/uk.po
===================================================================
--- thunar/trunk/po/uk.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/uk.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-04-20 17:07+0300\n"
Modified: thunar/trunk/po/zh_CN.po
===================================================================
--- thunar/trunk/po/zh_CN.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/zh_CN.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-05-03 15:08+0000\n"
Modified: thunar/trunk/po/zh_TW.po
===================================================================
--- thunar/trunk/po/zh_TW.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po/zh_TW.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-03 17:14+0100\n"
"PO-Revision-Date: 2006-10-01 13:34+0800\n"
Modified: thunar/trunk/po-doc/ChangeLog
===================================================================
--- thunar/trunk/po-doc/ChangeLog 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po-doc/ChangeLog 2006-11-04 14:54:01 UTC (rev 23659)
@@ -1,3 +1,7 @@
+2006-11-04 Benedikt Meurer <benny at xfce.org>
+
+ * *.po: Update Project-Id-Version.
+
2006-05-23 Daichi Kawahata <daichi at xfce.org>
* LINGUAS, zh_TW.po: Import initial Traditional Chinese translations
Modified: thunar/trunk/po-doc/es.po
===================================================================
--- thunar/trunk/po-doc/es.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po-doc/es.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.2.3svn\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"POT-Creation-Date: 2006-04-17 14:02+0200\n"
"PO-Revision-Date: 2006-04-16 16:53+0100\n"
"Last-Translator: José M <josem88 at gmail.com>\n"
Modified: thunar/trunk/po-doc/fr.po
===================================================================
--- thunar/trunk/po-doc/fr.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po-doc/fr.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.2.5svn\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"POT-Creation-Date: 2006-04-16 09:55+0200\n"
"PO-Revision-Date: 2006-04-16 09:54+0100\n"
"Last-Translator: Stephane Roy <sroy at j2n.net>\n"
Modified: thunar/trunk/po-doc/ja.po
===================================================================
--- thunar/trunk/po-doc/ja.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po-doc/ja.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.2.3svn\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"POT-Creation-Date: 2006-04-16 09:27+0200\n"
"PO-Revision-Date: 2006-03-25 13:10+0900\n"
"Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
Modified: thunar/trunk/po-doc/ru.po
===================================================================
--- thunar/trunk/po-doc/ru.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po-doc/ru.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.3.1svn\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"POT-Creation-Date: 2006-05-05 01:15+0900\n"
"PO-Revision-Date: 2006-04-26 14:53+0400\n"
"Last-Translator: Maxim Zenin <webmechanics at gmail.com>\n"
Modified: thunar/trunk/po-doc/zh_TW.po
===================================================================
--- thunar/trunk/po-doc/zh_TW.po 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/po-doc/zh_TW.po 2006-11-04 14:54:01 UTC (rev 23659)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Thunar 0.3.1svn\n"
+"Project-Id-Version: Thunar 0.5.0rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-23 11:58%z\n"
"PO-Revision-Date: 2006-05-23 07:16+0800\n"
Property changes on: thunar/trunk/tests
___________________________________________________________________
Name: svn:ignore
- .deps
.libs
Makefile
Makefile.in
*.la
*.lo
*.loT
*.o
.*.swp
test-thunar-vfs-uri
test-thunar-vfs-volume-bsd
core.*
core
*.core
+ .deps
.libs
Makefile
Makefile.in
*.la
*.lo
*.loT
*.o
.*.swp
test-thunar-vfs-path
core.*
core
*.core
Modified: thunar/trunk/tests/Makefile.am
===================================================================
--- thunar/trunk/tests/Makefile.am 2006-11-04 14:25:18 UTC (rev 23658)
+++ thunar/trunk/tests/Makefile.am 2006-11-04 14:54:01 UTC (rev 23659)
@@ -11,16 +11,11 @@
$(EXO_CFLAGS) \
$(GTHREAD_CFLAGS)
-TESTS_ENVIRONMENT = \
- PATH_FSTAB=$(srcdir)/data/test-thunar-vfs-volume-bsd.fstab
-
TESTS = \
- test-thunar-vfs-path \
- test-thunar-vfs-volume-bsd
+ test-thunar-vfs-path
check_PROGRAMS = \
- test-thunar-vfs-path \
- test-thunar-vfs-volume-bsd
+ test-thunar-vfs-path
test_thunar_vfs_path_SOURCES = \
test-thunar-vfs-path.c
@@ -32,16 +27,6 @@
$(GTHREAD_LIBS) \
$(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
-test_thunar_vfs_volume_bsd_SOURCES = \
- test-thunar-vfs-volume-bsd.c
-
-test_thunar_vfs_volume_bsd_DEPENDENCIES = \
- $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
-
-test_thunar_vfs_volume_bsd_LDADD = \
- $(GTHREAD_LIBS) \
- $(top_builddir)/thunar-vfs/libthunar-vfs-$(THUNAR_VERSION_API).la
-
clean-local:
rm -f *.core core core.*
Deleted: thunar/trunk/tests/test-thunar-vfs-volume-bsd.c
More information about the Xfce4-commits
mailing list