From d129587b5d568b0ff5300386f1e1b706c349f38e Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 5 Aug 2015 19:13:24 +0000 Subject: The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980 --- .../files/patch-lib__Widgets__DynamicNotebook.vala | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala') diff --git a/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala b/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala index 99c56ef8f87d..52929ee0c810 100644 --- a/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala +++ b/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala @@ -1,6 +1,6 @@ ---- lib/Widgets/DynamicNotebook.vala.orig 2014-11-07 00:23:26.781146868 +0100 -+++ lib/Widgets/DynamicNotebook.vala 2014-11-07 00:24:59.547141822 +0100 -@@ -505,10 +505,19 @@ +--- lib/Widgets/DynamicNotebook.vala.orig 2014-05-25 21:42:24.000000000 +0200 ++++ lib/Widgets/DynamicNotebook.vala 2015-08-02 23:42:37.151406000 +0200 +@@ -658,10 +658,19 @@ /** * The text shown in the add button tooltip */ @@ -20,3 +20,12 @@ public Tab current { get { return tabs.nth_data (notebook.get_current_page ()); } +@@ -918,7 +927,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); -- cgit v1.2.3