[glom] Fixed build.



commit 0456df60c57414dffe3a421eff0ccbd09a3131b6
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Apr 10 23:23:55 2010 +0200

    Fixed build.

 glom/utils_ui.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/utils_ui.cc b/glom/utils_ui.cc
index 090470e..5e7f734 100644
--- a/glom/utils_ui.cc
+++ b/glom/utils_ui.cc
@@ -94,7 +94,7 @@ namespace Glom
 // Run dialog and response on Help if appropriate.
 int Utils::dialog_run_with_help(Gtk::Dialog* dialog, const Glib::ustring& id)
 {
-  const int result = dialog->run();
+  int result = dialog->run();
   
   //Maemo has no help system since Maemo 5, 
   //so we hide the buttons in anyway.



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