[Lemon-commits] [lemon_svn] ladanyi: r2235 - hugo/trunk/gui

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:51:09 CET 2006


Author: ladanyi
Date: Wed Oct  5 15:44:29 2005
New Revision: 2235

Modified:
   hugo/trunk/gui/mapstorage.cc

Log:
compile with old gtkmm

Modified: hugo/trunk/gui/mapstorage.cc
==============================================================================
--- hugo/trunk/gui/mapstorage.cc	(original)
+++ hugo/trunk/gui/mapstorage.cc	Wed Oct  5 15:44:29 2005
@@ -181,8 +181,7 @@
     }
     greader.run();
   } catch (DataFormatError& error) {
-    Gtk::MessageDialog mdialog("Read Error");
-    mdialog.set_message(error.what());
+    Gtk::MessageDialog mdialog(error.what());
     mdialog.run();
     clear();
     return 1;



More information about the Lemon-commits mailing list