OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
2.6 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../mlview/gcc41.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur mlview-0.9.0-orig/src/mlview-editor.cc mlview-0.9.0/src/mlview-editor.cc
  17. --- mlview-0.9.0-orig/src/mlview-editor.cc 2005-08-07 07:42:28.000000000 +0000
  18. +++ mlview-0.9.0/src/mlview-editor.cc 2006-04-05 18:42:26.742256000 +0000
  19. @@ -157,7 +157,7 @@
  20. contextual_menu (NULL)
  21. {}
  22. - static void EditorPriv::schemas_window_destroy_cb
  23. + static void schemas_window_destroy_cb
  24. (GtkWidget *a_widget, struct DocumentWindowData *a_win) ;
  25. static void validation_window_destroy_cb
  26. diff -Nur mlview-0.9.0-orig/src/mlview-plugin.h mlview-0.9.0/src/mlview-plugin.h
  27. --- mlview-0.9.0-orig/src/mlview-plugin.h 2005-08-07 07:47:54.000000000 +0000
  28. +++ mlview-0.9.0/src/mlview-plugin.h 2006-04-05 18:41:46.339731000 +0000
  29. @@ -46,12 +46,12 @@
  30. //forbid assignation/copy
  31. Plugin& operator= (Plugin const&) ;
  32. - Plugin::Plugin (Plugin const&) ;
  33. + Plugin (Plugin const&) ;
  34. public:
  35. Plugin (const PluginDescriptor &a_descr) ;
  36. - Plugin::Plugin (const UString &a_url) ;
  37. + Plugin (const UString &a_url) ;
  38. virtual ~Plugin () ;
  39. diff -Nur mlview-0.9.0-orig/src/mlview-source-view.h mlview-0.9.0/src/mlview-source-view.h
  40. --- mlview-0.9.0-orig/src/mlview-source-view.h 2005-08-07 07:42:28.000000000 +0000
  41. +++ mlview-0.9.0/src/mlview-source-view.h 2006-04-05 18:37:22.583247250 +0000
  42. @@ -53,7 +53,7 @@
  43. enum MlViewStatus set_default_options () ;
  44. - MlViewXMLDocument* SourceView::get_document () ;
  45. + MlViewXMLDocument* get_document () ;
  46. GtkUIManager * get_ui_manager () ;
  47. diff -Nur mlview-0.9.0-orig/src/mlview-tree-view.h mlview-0.9.0/src/mlview-tree-view.h
  48. --- mlview-0.9.0-orig/src/mlview-tree-view.h 2005-07-22 19:14:28.000000000 +0000
  49. +++ mlview-0.9.0/src/mlview-tree-view.h 2006-04-05 18:37:03.422049750 +0000
  50. @@ -178,7 +178,7 @@
  51. enum MlViewStatus build_app_edit_menu () ;
  52. - GtkDialog * TreeView::get_expand_tree_dialog () ;
  53. + GtkDialog * get_expand_tree_dialog () ;
  54. void clear_completion_popup_submenus () ;