bakery r133 - trunk/bakery/App
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: bakery r133 - trunk/bakery/App
- Date: Mon, 19 Jan 2009 17:07:27 +0000 (UTC)
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]