glom r1457 - in trunk: . glom
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1457 - in trunk: . glom
- Date: Thu, 13 Mar 2008 15:18:05 +0000 (GMT)
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]