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.
gentoo-overlay/dev-libs/granite/files/granite-0.3.0-build-fix2.patch

14 lines
521 B

=== modified file 'lib/Widgets/DynamicNotebook.vala'
--- lib/Widgets/DynamicNotebook.vala 2014-08-30 13:28:37 +0000
+++ lib/Widgets/DynamicNotebook.vala 2014-09-23 13:43:11 +0000
@@ -941,7 +941,7 @@
notebook.create_window.connect (on_create_window);
}
- ~Notebook () {
+ ~DynamicNotebook () {
notebook.switch_page.disconnect (on_switch_page);
notebook.page_added.disconnect (on_page_added);
notebook.page_removed.disconnect (on_page_removed);