diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:20:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:20:22 +0000 |
commit | 0b743289fc32232ef4026a42f720186d8ae7c899 (patch) | |
tree | 1d1222f6f025fbba9f6a7bc42cf1bd0545242e55 /x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc | |
parent | Remove the last few gir-repository ports. They aren't used anywhere. (diff) |
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
Diffstat (limited to 'x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc')
-rw-r--r-- | x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc deleted file mode 100644 index 9151d5a8db32..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc +++ /dev/null @@ -1,21 +0,0 @@ ---- gtk/gtkmm/notebook.cc.orig Sun Jan 14 15:16:24 2007 -+++ gtk/gtkmm/notebook.cc Sun Jan 14 15:16:33 2007 -@@ -796,7 +796,7 @@ gboolean Notebook_Class::focus_tab_callb - return RType(); - } - --void Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0) -+gboolean Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0) - { - CppObjectType *const obj = dynamic_cast<CppObjectType*>( - Glib::ObjectBase::_get_current_wrapper((GObject*)self)); -@@ -829,6 +829,9 @@ void Notebook_Class::change_current_page - if(base && base->change_current_page) - (*base->change_current_page)(self, p0); - } -+ -+ typedef gboolean RType; -+ return RType(); - } - - void Notebook_Class::move_focus_out_callback(GtkNotebook* self, GtkDirectionType p0) |