summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc')
-rw-r--r--x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_notebook.cc21
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)