[Tomoe-cvs 1011] CVS update: tomoe/lib

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 25日 (土) 20:02:58 JST


Index: tomoe/lib/tomoe-config.c
diff -u tomoe/lib/tomoe-config.c:1.35 tomoe/lib/tomoe-config.c:1.36
--- tomoe/lib/tomoe-config.c:1.35	Sat Nov 25 19:43:24 2006
+++ tomoe/lib/tomoe-config.c	Sat Nov 25 20:02:58 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-config.c,v 1.35 2006/11/25 10:43:24 makeinu Exp $
+ *  $Id: tomoe-config.c,v 1.36 2006/11/25 11:02:58 makeinu Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -116,6 +116,11 @@
     priv = TOMOE_CONFIG_GET_PRIVATE (object);
 
     /* check config file */
+#if 1
+#warning FIXME: need discussion
+    /*
+     * Shouldn't change the filename & create the file implicitly at this layer.
+     */
     if (!priv->filename || !g_file_test (priv->filename, G_FILE_TEST_EXISTS)) {
         /* use ~/.tomoe/config */
         const gchar *home = g_get_home_dir ();
@@ -160,6 +165,7 @@
             }
         }
     }
+#endif
 
     return object;
 }


tomoe-cvs メーリングリストの案内
Back to archive index