bakery r106 - in trunk: . bakery/Document



Author: murrayc
Date: Tue Mar 18 10:08:05 2008
New Revision: 106
URL: http://svn.gnome.org/viewvc/bakery?rev=106&view=rev

Log:
2008-03-18  Murray Cumming  <murrayc murrayc com>

* bakery-2.6.pc.in: Correct the giomm API name.

Modified:
   trunk/ChangeLog
   trunk/bakery-2.6.pc.in
   trunk/bakery/Document/Document.cc

Modified: trunk/bakery-2.6.pc.in
==============================================================================
--- trunk/bakery-2.6.pc.in	(original)
+++ trunk/bakery-2.6.pc.in	Tue Mar 18 10:08:05 2008
@@ -5,7 +5,7 @@
 
 Name: bakery
 Description: C++ Application Framework for gnomemm
-Requires: gtkmm-2.4 >= 2.4.0 gconfmm-2.6 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml++-2.6 >= 2.6.0 giomm-2.16 >= 2.16.0
+Requires: gtkmm-2.4 >= 2.4.0 gconfmm-2.6 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml++-2.6 >= 2.6.0 giomm-2.4 >= 2.16.0
 Version: @VERSION@
 Libs: -L${libdir} -lbakery-2.6
 Cflags: -I${includedir}/bakery-2.6 -I${libdir}/bakery-2.6/include

Modified: trunk/bakery/Document/Document.cc
==============================================================================
--- trunk/bakery/Document/Document.cc	(original)
+++ trunk/bakery/Document/Document.cc	Tue Mar 18 10:08:05 2008
@@ -277,7 +277,7 @@
       else
       {
         //By default files created are generally readable by everyone, but if we pass FILE_CREATE_PRIVATE in flags the file will be made readable only to the current user, to the level that is supported on the target filesystem.
-        //TODO: Do we eant to specify 0660 exacltly? (means "this user and his group can read and write this non-executable file".)
+        //TODO: Do we want to specify 0660 exactly? (means "this user and his group can read and write this non-executable file".)
         stream = file->create_file();
       }
     }



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