
28 Dec
2003
28 Dec
'03
8:45 p.m.
On Sun, 2003-12-28 at 03:33, Daniel Borgmann wrote:
Hello,
I have just changed the save confirmation dialog to use Gtkmm. For this to work, I also had to change gtk_init (&argc, (char ***) &argv); to Gtk::Main kit = Gtk::Main(&argc, (char ***) &argv); in main.cpp, otherwise it would crash with lots of "quark" errors. I don't really understand the reasons to be honest, but it seems somewhat logical and it works well. My question is, should I commit this or should the Gtkmm stuff rather happen in a branch?
Please commit. Some more intensive gtkmmification work might belong in branches, but incremental stuff like this is fine.
-mental