From 4f7b4d81e757bfed1b42b888207a0fdf6fae8533 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 10 Jun 2013 15:21:10 -0400 Subject: Reimplement the main toolbar's "prefer-item" feature. This fixes a bug in the old implementation where the application could crash after a second shell window was created and destroyed, because a signal handler with the destroyed shell window as the closure was left connected. But moreover this simplifies the implementation by using a property binding plus transform function instead of juggling signal handlers, and also adds code comments where things get a little tricky. Removed (now unused) functions: e_shell_window_get_toolbar_new_prefer_item e_shell_window_set_toolbar_new_prefer_item --- doc/reference/evolution-shell/evolution-shell-sections.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/reference/evolution-shell/evolution-shell-sections.txt b/doc/reference/evolution-shell/evolution-shell-sections.txt index 4c80e1e889..4e3585ee03 100644 --- a/doc/reference/evolution-shell/evolution-shell-sections.txt +++ b/doc/reference/evolution-shell/evolution-shell-sections.txt @@ -296,8 +296,6 @@ e_shell_window_get_taskbar_visible e_shell_window_set_taskbar_visible e_shell_window_get_toolbar_visible e_shell_window_set_toolbar_visible -e_shell_window_get_toolbar_new_prefer_item -e_shell_window_set_toolbar_new_prefer_item e_shell_window_register_new_item_actions e_shell_window_register_new_source_actions e_shell_window_get_menu_bar_box -- cgit v1.2.3