bakery r133 - trunk/bakery/App



Author: murrayc
Date: Mon Jan 19 17:07:27 2009
New Revision: 133
URL: http://svn.gnome.org/viewvc/bakery?rev=133&view=rev

Log:
Fixed a typo in the previous commit.

Modified:
   trunk/bakery/App/App_WithDoc_Gtk.cc

Modified: trunk/bakery/App/App_WithDoc_Gtk.cc
==============================================================================
--- trunk/bakery/App/App_WithDoc_Gtk.cc	(original)
+++ trunk/bakery/App/App_WithDoc_Gtk.cc	Mon Jan 19 17:07:27 2009
@@ -272,7 +272,7 @@
   //Avoid warning in RecentManager if that is the case.
   //For instance, Glom does this when the user chooses a new filename, 
   //but before Glom has enough information to save a useful file.
-  if(file_exists(file_uri))
+  if(!file_exists(file_uri))
     return;
 
 #ifdef GTKMM_GEQ_2_10



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