diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala | |
parent | Bugfix upgrade to new upstream release 2.3.8. (diff) |
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
Notes
Notes:
svn path=/head/; revision=393607
Diffstat (limited to 'x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala')
-rw-r--r-- | x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala | 15 |
1 files changed, 12 insertions, 3 deletions
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); |