contact-lookup-applet r290 - in trunk: . src
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: contact-lookup-applet r290 - in trunk: . src
- Date: Wed, 3 Dec 2008 15:47:17 +0000 (UTC)
Author: hadess
Date: Wed Dec 3 15:47:17 2008
New Revision: 290
URL: http://svn.gnome.org/viewvc/contact-lookup-applet?rev=290&view=rev
Log:
2008-12-03 Bastien Nocera <hadess hadess net>
* src/e-contact-entry.c:
* src/e-contact-entry.h: Updated FSF address in those 2 files,
and add a fix from Christian Persch from nautilus-sendto
Modified:
trunk/ChangeLog
trunk/src/e-contact-entry.c
trunk/src/e-contact-entry.h
Modified: trunk/src/e-contact-entry.c
==============================================================================
--- trunk/src/e-contact-entry.c (original)
+++ trunk/src/e-contact-entry.c Wed Dec 3 15:47:17 2008
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: Ross Burton <ross burtonini com>
*/
@@ -517,7 +517,7 @@
if ((lookup->book = e_book_new (s, &error)) == NULL) {
/* TODO handle this better, fire the error signal I guess */
- g_warning (error->message);
+ g_warning ("%s", error->message);
g_error_free (error);
g_free (lookup);
} else {
Modified: trunk/src/e-contact-entry.h
==============================================================================
--- trunk/src/e-contact-entry.h (original)
+++ trunk/src/e-contact-entry.h Wed Dec 3 15:47:17 2008
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Authors: Ross Burton <ross burtonini com>
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]