[evolution-data-server] Fix copyright and use glib type in gen-western-table



commit 169a1cb55f24df31220577d79e84633783af56c2
Author: Ross Burton <ross linux intel com>
Date:   Wed Jun 3 08:31:54 2009 +0100

    Fix copyright and use glib type in gen-western-table
---
 addressbook/libebook/gen-western-table.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/addressbook/libebook/gen-western-table.py b/addressbook/libebook/gen-western-table.py
index b930801..51baefa 100755
--- a/addressbook/libebook/gen-western-table.py
+++ b/addressbook/libebook/gen-western-table.py
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 
-# Copyright (C) 2006 OpenedHand Ltd
+# Copyright (C) 2006 Intel Corporation
 # 
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of version 2 of the GNU Lesser General Public License as published
@@ -23,7 +23,7 @@ var = None
 strings = []
 
 def output():
-    print "static const char %s_table[] = {" % var
+    print "static const gchar %s_table[] = {" % var
     for s in strings:
         print "  \"%s\\0\"" % s
     print "};"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]