glom r1457 - in trunk: . glom



Author: murrayc
Date: Thu Mar 13 15:18:05 2008
New Revision: 1457
URL: http://svn.gnome.org/viewvc/glom?rev=1457&view=rev

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

* glom/application.cc ui_file_select_open_with_browse():
Fixed a typo in my previous commit, to fix the build.

Modified:
   trunk/ChangeLog
   trunk/glom/application.cc

Modified: trunk/glom/application.cc
==============================================================================
--- trunk/glom/application.cc	(original)
+++ trunk/glom/application.cc	Thu Mar 13 15:18:05 2008
@@ -2045,7 +2045,7 @@
 
   const int response_id = fileChooser_Open.run();
   fileChooser_Open.hide();
-  if((response_id != Gtk::RESPONSE_CANCEL) || (response_id != Gtk::RESPONSE_DELETE_EVENT)
+  if((response_id != Gtk::RESPONSE_CANCEL) || (response_id != Gtk::RESPONSE_DELETE_EVENT))
   {
     if(response_id == GLOM_RESPONSE_BROWSE_NETWORK)
     {



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