[Goodies-commits] r6596 - in thunar-shares-plugin/trunk: . libshares po thunar-plugin

Daniel Morales danielm at xfce.org
Thu Jan 29 02:56:39 CET 2009


Author: danielm
Date: 2009-01-29 01:56:39 +0000 (Thu, 29 Jan 2009)
New Revision: 6596

Modified:
   thunar-shares-plugin/trunk/NEWS
   thunar-shares-plugin/trunk/autogen.sh
   thunar-shares-plugin/trunk/configure.in.in
   thunar-shares-plugin/trunk/libshares/libshares-util.c
   thunar-shares-plugin/trunk/libshares/libshares-util.h
   thunar-shares-plugin/trunk/po/ChangeLog
   thunar-shares-plugin/trunk/thunar-plugin/thunar-shares-plugin.c
   thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.c
   thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.h
   thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.c
   thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.h
   thunar-shares-plugin/trunk/thunar-plugin/tsp-page.c
   thunar-shares-plugin/trunk/thunar-plugin/tsp-page.h
   thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.c
   thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.h
Log:
Updated text files, years... and fixed a changelog typo

Modified: thunar-shares-plugin/trunk/NEWS
===================================================================
--- thunar-shares-plugin/trunk/NEWS	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/NEWS	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,9 +1,9 @@
 NEW in 0.2.0:
 =============
 - New build system (Using XFCE dev tools).
-- Minor tweaks.
+- Major rewrite.
 - Project renamed to: thunar-shares-plugin.
-- Moved to XFce Goodies website:
+- Project moved to Xfce Goodies:
   http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin
 - More translations.
 

Modified: thunar-shares-plugin/trunk/autogen.sh
===================================================================
--- thunar-shares-plugin/trunk/autogen.sh	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/autogen.sh	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2002-2006
+# Copyright (c) 2002-2009
 #         The Thunar development team. All rights reserved.
 #
 # Written for Thunar by Benedikt Meurer <benny at xfce.org>.

Modified: thunar-shares-plugin/trunk/configure.in.in
===================================================================
--- thunar-shares-plugin/trunk/configure.in.in	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/configure.in.in	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,5 +1,5 @@
 dnl
-dnl Copyright (c) 2008
+dnl Copyright (c) 2009
 dnl         Daniel Morales <daniel at daniel.com.uy>
 dnl
 

Modified: thunar-shares-plugin/trunk/libshares/libshares-util.c
===================================================================
--- thunar-shares-plugin/trunk/libshares/libshares-util.c	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/libshares/libshares-util.c	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -168,7 +168,7 @@
   if (g_utf8_strlen (name, -1) > 12)
   {
     /* Warn the user */
-	if (!libshares_ask_user (_("Share name too long. Some old clients may have problems to access it, continue anyway?")))
+    if (!libshares_ask_user (_("Share name too long. Some old clients may have problems to access it, continue anyway?")))
       return NULL;
   }
 

Modified: thunar-shares-plugin/trunk/libshares/libshares-util.h
===================================================================
--- thunar-shares-plugin/trunk/libshares/libshares-util.h	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/libshares/libshares-util.h	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/po/ChangeLog
===================================================================
--- thunar-shares-plugin/trunk/po/ChangeLog	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/po/ChangeLog	2009-01-29 01:56:39 UTC (rev 6596)
@@ -2,7 +2,7 @@
 
         * eu.po: Basque translation update
 
-2009-01-27  Maximilian Schleiss <maximilian at xfce.org>
+2009-01-27  Daniel Morales <daniel at daniel.com.uy>
 
 	* POTFILES.in: Added/Removed old files
 	* update-po. (First since 0.10, and last one before 0.20 release)

Modified: thunar-shares-plugin/trunk/thunar-plugin/thunar-shares-plugin.c
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/thunar-shares-plugin.c	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/thunar-shares-plugin.c	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.c
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.c	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.c	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.h
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.h	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-admin-editor.h	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.c
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.c	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.c	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.h
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.h	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-admin.h	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-page.c
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-page.c	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-page.c	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-page.h
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-page.h	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-page.h	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.c
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.c	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.c	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.h
===================================================================
--- thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.h	2009-01-28 19:28:30 UTC (rev 6595)
+++ thunar-shares-plugin/trunk/thunar-plugin/tsp-provider.h	2009-01-29 01:56:39 UTC (rev 6596)
@@ -1,6 +1,6 @@
 /* vim: set ts=4 sw=8 noet ai nocindent syntax=c: */
 /*
- * Copyright (C) 2008 Daniel Morales <daniel at daniel.com.uy>
+ * Copyright (C) 2009 Daniel Morales <daniel at daniel.com.uy>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as




More information about the Goodies-commits mailing list