* e-shell-config.c: Shell config page routines. Right now handles the default folders page. * glade/e-shell-config-default-folders.glade: New. * GNOME_Evolution_Shell.oaf.in: Add info for the default folders config page. * main.c (idle_cb): If we successfully registered the shell, register the config factory. * evolution-shell-client.c (evolution_shell_client_new): Note the fact that it frees the corba_shell when it is destroyed. * evolution-folder-selector-button.c (evolution_folder_selector_button_construct, destroy): Use bonobo_object_ref/unref on the shell client, not gtk. * e-shell.c (e_shell_construct): Pass local_directory to e_setup_check_db. (handle_default_uri): Fix the config db paths here to match the other routines. * e-setup.c (e_setup_check_db): Make this take the evolution directory path as well so we can properly set up file: URIs for the default folders. svn path=/trunk/; revision=16423
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
<oaf_info>
|
|
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Shell"
|
|
type="exe"
|
|
location="evolution">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/Evolution/Shell:1.0"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="description" type="string"
|
|
_value="The Evolution shell."/>
|
|
</oaf_server>
|
|
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_Factory"
|
|
type="exe"
|
|
location="evolution-exchange-storage">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/GenericFactory:1.0"/>
|
|
</oaf_attribute>
|
|
</oaf_server>
|
|
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_DefaultFolders_Control"
|
|
type="factory"
|
|
location="OAFIID:GNOME_Evolution_Shell_Config_Factory">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="evolution:config_item:title" type="string"
|
|
_value="Default Folders"/>
|
|
|
|
<oaf_attribute name="evolution:config_item:description" type="string"
|
|
_value="This page can be used to configure default folders"/>
|
|
|
|
<oaf_attribute name="evolution:config_item:icon_name" type="string"
|
|
value="folder-settings.png"/>
|
|
|
|
<oaf_attribute name="evolution:config_item:priority" type="string" value="-9"/>
|
|
|
|
<oaf_attribute name="evolution:config_item:type" type="stringv">
|
|
<item value="shell"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="description" type="string"
|
|
_value="Configuration control for Evolution default folders."/>
|
|
</oaf_server>
|
|
|
|
</oaf_info>
|