diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-31 21:41:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-01 00:10:54 +0800 |
commit | 440ea8e3a0b6689d49efae2e9be3471327cb782d (patch) | |
tree | f039f09054b4adf79cbcf02b04d5891b4591f9a4 /shell/e-shell-utils.c | |
parent | 15fbc1654e16f3d2a4c6b55b01dc2a76596b07ba (diff) | |
download | gsoc2013-evolution-440ea8e3a0b6689d49efae2e9be3471327cb782d.tar.gz gsoc2013-evolution-440ea8e3a0b6689d49efae2e9be3471327cb782d.tar.zst gsoc2013-evolution-440ea8e3a0b6689d49efae2e9be3471327cb782d.zip |
Remove e_shell_configure_ui_manager().
No longer needed.
Diffstat (limited to 'shell/e-shell-utils.c')
-rw-r--r-- | shell/e-shell-utils.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/shell/e-shell-utils.c b/shell/e-shell-utils.c index 1bdc82913d..f289b36e01 100644 --- a/shell/e-shell-utils.c +++ b/shell/e-shell-utils.c @@ -36,28 +36,6 @@ #include <libedataserver/libedataserver.h> /** - * e_shell_configure_ui_manager: - * @shell: an #EShell - * @ui_manager: an #EUIManager - * - * Adds shell integration to @ui_manager. In particular, it keeps - * @ui_manager's EUIManager:express-mode property synchronized with - * @shell's EShell:express-mode property. - **/ -void -e_shell_configure_ui_manager (EShell *shell, - EUIManager *ui_manager) -{ - g_return_if_fail (E_IS_SHELL (shell)); - g_return_if_fail (E_IS_UI_MANAGER (ui_manager)); - - g_object_bind_property ( - shell, "express-mode", - ui_manager, "express-mode", - G_BINDING_SYNC_CREATE); -} - -/** * e_shell_run_open_dialog: * @shell: an #EShell * @title: file chooser dialog title |