From bd6359c660895ea0765c216563957c3a2f44e112 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 18 Apr 2002 18:57:45 +0000 Subject: emit show_settings signal (corba_class_init): assign epv method 2002-04-18 JP Rosevear * evolution-shell-view.c (impl_ShellView_show_settings): emit show_settings signal (corba_class_init): assign epv method (class_init): add signal * evolution-shell-view.h: new signal * e-shell.c (init): init settings_dialog private member (settings_dialog_destroy_cb): reset dialog pointer (e_shell_show_settings): show the settings dialog, bring it to the front if one already exists for this shell * e-shell.h: new proto * e-shell-view.c (corba_interface_show_settings): implement showSettings method (setup_corba_interface): listen for show_settings signal (e_shell_view_show_settings): show the settings dialog * e-shell-view.h: new proto * e-shell-view-menu.c (command_settings): call e_shell_view_show_settings instead * Evolution-ShellView.idl: add showSettings method svn path=/trunk/; revision=16510 --- shell/evolution-shell-view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/evolution-shell-view.h') diff --git a/shell/evolution-shell-view.h b/shell/evolution-shell-view.h index 3d20ee3d4d..bcf38fd417 100644 --- a/shell/evolution-shell-view.h +++ b/shell/evolution-shell-view.h @@ -59,6 +59,7 @@ struct _EvolutionShellViewClass { void (* change_current_view) (EvolutionShellView *shell_view, const char *uri); void (* set_title) (EvolutionShellView *shell_view, const char *message); void (* set_folder_bar_label) (EvolutionShellView *shell_view, const char *text); + void (* show_settings) (EvolutionShellView *shell_view); }; -- cgit v1.2.3