[Goodies-commits] r1465 - in thunar-archive-plugin/trunk: . thunar-archive-plugin
Benedikt Meurer
benny at xfce.org
Sun Jul 2 02:17:31 CEST 2006
Author: benny
Date: 2006-07-02 00:17:30 +0000 (Sun, 02 Jul 2006)
New Revision: 1465
Modified:
thunar-archive-plugin/trunk/ChangeLog
thunar-archive-plugin/trunk/thunar-archive-plugin/tap-provider.c
Log:
2006-07-02 Benedikt Meurer <benny at xfce.org>
* thunar-archive-plugin/tap-provider.c(TAP_MIME_TYPES): That should
have been 24 bytes, forgot the nul-byte.
Modified: thunar-archive-plugin/trunk/ChangeLog
===================================================================
--- thunar-archive-plugin/trunk/ChangeLog 2006-07-02 00:12:28 UTC (rev 1464)
+++ thunar-archive-plugin/trunk/ChangeLog 2006-07-02 00:17:30 UTC (rev 1465)
@@ -1,5 +1,10 @@
2006-07-02 Benedikt Meurer <benny at xfce.org>
+ * thunar-archive-plugin/tap-provider.c(TAP_MIME_TYPES): That should
+ have been 24 bytes, forgot the nul-byte.
+
+2006-07-02 Benedikt Meurer <benny at xfce.org>
+
* thunar-archive-plugin/tap-provider.c(TAP_MIME_TYPES): Avoid 21
unneccesary relocations.
* thunar-archive-plugin/tap-provider.c: GTK+ 2.9.0 and above provides
Modified: thunar-archive-plugin/trunk/thunar-archive-plugin/tap-provider.c
===================================================================
--- thunar-archive-plugin/trunk/thunar-archive-plugin/tap-provider.c 2006-07-02 00:12:28 UTC (rev 1464)
+++ thunar-archive-plugin/trunk/thunar-archive-plugin/tap-provider.c 2006-07-02 00:17:30 UTC (rev 1465)
@@ -90,7 +90,7 @@
-static const gchar TAP_MIME_TYPES[][33] = {
+static const gchar TAP_MIME_TYPES[][34] = {
"application/x-ar",
"application/x-arj",
"application/x-bzip",
More information about the Goodies-commits
mailing list