OSDN Git Service

Ver. 0.4 Released --- Merge branch 'develop' master
authoryocto <yocto@users.sourceforge.jp>
Fri, 9 Sep 2011 13:15:19 +0000 (22:15 +0900)
committeryocto <yocto@users.sourceforge.jp>
Fri, 9 Sep 2011 13:15:19 +0000 (22:15 +0900)
 * Support TOMOYO Linux 2.4
 * The version of ccstools used was changed from 1.8.1 to 1.8.2p4.
 * Support policy namespace.
 * Desktop shortcut sample [gpet.desktop] added

INSTALL
README
po/ja.po
src/gpet.c

diff --git a/INSTALL b/INSTALL
index c4eb2c7..cbfc4b6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-gpet 0.4                                                2011-09-10
+gpet 0.4                                                2011-09-09
 
 gpet (Gui Policy Editor for TOMOYO Linux)
     Build / Install / Run / Uninstall
diff --git a/README b/README
index e69de29..139597f 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,2 @@
+
+
index bdc2d8a..abdf654 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-09 20:43+0900\n"
+"POT-Creation-Date: 2011-09-09 21:50+0900\n"
 "PO-Revision-Date: 2011-09-09 20:43+0900\n"
 "Last-Translator: Yoshihiro Kusuno <yocto@users.sourceforge.jp>\n"
 "Language-Team: Japanese < >\n"
index c2926ef..8276f27 100644 (file)
@@ -315,7 +315,7 @@ enum list_column_pos {
        N_COLUMNS_LIST
 };
 
-void add_list_data(generic_list_t *generic, 
+void add_list_data(generic_list_t *generic,
                        enum ccs_screen_type current_page)
 {
        GtkListStore    *store;
@@ -733,7 +733,7 @@ static void cb_initialize_domain(GtkTreeView *treeview, GtkTreePath *treepath,
        DEBUG_PRINT("index[%d] redirect_index[%d]\n", index, data.redirect_index);
 
        if (data.redirect_index == -2) {
-               gchar *namespace = 
+               gchar *namespace =
                        g_strdup(transition->dp->list[index].target->name);
                DEBUG_PRINT("%s\n", namespace);
                char *cp = strchr(namespace, ' ');