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.

40 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gnomemm12/gcc41.patch
  5. # Copyright (C) 2008 The OpenSDE 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. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -Nur gnomemm-1.2.4-orig/src/gnome--/app-helper.h gnomemm-1.2.4/src/gnome--/app-helper.h
  17. --- gnomemm-1.2.4-orig/src/gnome--/app-helper.h 2003-01-27 23:15:30.000000000 +0200
  18. +++ gnomemm-1.2.4/src/gnome--/app-helper.h 2006-10-23 19:49:40.000000000 +0300
  19. @@ -75,7 +75,7 @@
  20. ~Info();
  21. Info& operator =(const Info&);
  22. - Gtk::Widget* Info::get_widget() const;
  23. + Gtk::Widget* get_widget() const;
  24. Type type() const
  25. { return Type(GnomeUIInfo::type); }
  26. diff -Nur gnomemm-1.2.4-orig/src/pixmapmenuitem.gen_h gnomemm-1.2.4/src/pixmapmenuitem.gen_h
  27. --- gnomemm-1.2.4-orig/src/pixmapmenuitem.gen_h 2000-08-30 00:43:59.000000000 +0200
  28. +++ gnomemm-1.2.4/src/pixmapmenuitem.gen_h 2006-10-23 19:59:45.000000000 +0300
  29. @@ -136,7 +136,7 @@
  30. gtk_pixmap_menu_item_set_pixmap(gtkobj(), GTK_WIDGET(pixmap.gtkobj()));
  31. }
  32. -namespace Gnome {
  33. +namespace Gtk {
  34. namespace Menu_Helpers
  35. {