patch-debugger_debmain_ml 559 B

1234567891011121314151617
  1. $OpenBSD: patch-debugger_debmain_ml,v 1.1.1.1 2011/01/15 13:07:50 jasper Exp $
  2. - Removed in new lablgtk2 version.
  3. - Looks like it was MacOS-specific anyway.
  4. --- debugger/debmain.ml.orig Thu Jan 13 02:26:02 2011
  5. +++ debugger/debmain.ml Thu Jan 13 02:56:51 2011
  6. @@ -271,7 +271,7 @@ class main_window () =
  7. else begin
  8. let about_item = GMenu.menu_item ~label:"About Obdb" () in
  9. let _ = about_item#connect#activate self#about in
  10. - GMain.set_platform_menubar menubar about_item
  11. + ()
  12. end;
  13. ignore (peer#event#connect#delete