aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2001-01-17 08:18:12 +0800
committerMichael Meeks <michael@src.gnome.org>2001-01-17 08:18:12 +0800
commit35edf4f02ace2559daea85c11c8f36efc7fe0b80 (patch)
tree0f40fdb0e36660aef115e7d6a242d55ac905a669 /shell/e-shell-view.c
parent3f72f5232033c8ba639a73f96faf0b8d801e7d78 (diff)
downloadgsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.gz
gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.zst
gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.zip
set config path on window.
2001-01-16 Michael Meeks <michael@helixcode.com> * e-shell-view.c (e_shell_view_construct): set config path on window. svn path=/trunk/; revision=7556
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index d8a3ff5055..4d3926bb5e 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -931,6 +931,10 @@ e_shell_view_construct (EShellView *shell_view,
setup_widgets (shell_view);
+ bonobo_ui_engine_config_set_path (
+ bonobo_window_get_ui_engine (BONOBO_WINDOW (shell_view)),
+ "/evolution/UIConf/kvps");
+
e_shell_view_menu_setup (shell_view);
e_shell_view_set_folder_bar_mode (shell_view, E_SHELL_VIEW_SUBWINDOW_HIDDEN);
td>2006-02-201-3/+5 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1 * Harmonize #include order and syntax. Use pthread_equal() to compareTor Lillqvist2005-12-181-20/+24 * Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-081-8/+8 * ** See bug #300607.Not Zed2005-08-011-23/+60 * forward-reference structuresNot Zed2005-05-161-0/+1 * move e-error into e-util/Not Zed2005-05-161-1/+1 * New method to copy the selected text in the mail display, to the clipboardRodney Dawes2005-02-191-0/+11 * Replace "_Virtual Folder" with "_vFolder" for the search menu to create aRodney Dawes2005-02-021-5/+5 * See bug #69815.Not Zed2005-01-281-4/+14 * ** Related to changes for #65178.Not Zed2005-01-171-32/+43 * ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-5/+13 * ** See #31027.Not Zed2004-06-181-1/+4 * ** See #59885.Not Zed2004-06-171-23/+23 * don't check rule->source, its irrelevent to vfolder sources, and clean upNot Zed2004-06-141-50/+31 * initialise desc to NULL before using it later on. gcc doesn't warn on thisNot Zed2004-05-261-1/+1 * ** Another unread count bug, #58814.Not Zed2004-05-221-1/+0 * no new message test if its the drafts folder too.Not Zed2004-05-181-1/+39 * removed.Not Zed2004-05-031-1/+0 * ** Changed error messages to use EError.Not Zed2004-04-281-17/+5 * Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-1/+2 * fix for vfolder-rule api changes.Not Zed2004-02-201-5/+7 * call abort before we unref, aid debugging if we hit it.Not Zed2004-02-051-3/+31 * ** See bug #53683.Not Zed2004-02-041-2/+1 * ** See bug #53084 and others.Not Zed2004-01-271-4/+3 * Make displayed_uid public.Not Zed2004-01-201-0/+11 * if we can't open the pop3 cache dir, because it doesn't exist, it is notNot Zed2004-01-191-3/+21 * s/g_fre/g_free/Jeffrey Stedfast2004-01-171-2/+1 * change this to check the store using the provider url_cmp and just lookupNot Zed2004-01-161-15/+51 * Make vfolder_store 'global'.Jeffrey Stedfast2004-01-161-1/+1 * add total + unread counts to properties page.Not Zed2004-01-091-1/+1 * Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-1/+0 * Remove all the syncFolder stuff since it's not in the Component interfaceEttore Perazzoli2003-12-011-2/+0 * We can't use a uri to do a lookup of a store-info on the store_hash, weJeffrey Stedfast2003-11-151-3/+1 * Updated for function name changes in mail-component.cJeffrey Stedfast2003-11-141-3/+3 * Modified to not use EStorage* functions. I don't even think it *needs* toJeffrey Stedfast2003-11-141-7/+6 * merged spam filtering branchRadek Doulik2003-11-131-3/+3 * User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml ratherJeffrey Stedfast2003-11-071-9/+9 * removed #include "folder-browser.h"Jeffrey Stedfast2003-10-231-1/+0 * Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-16/+22 * cvs removed.Not Zed2003-09-181-1/+0 * Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-231-2/+2 * ** See bug #44609Not Zed2003-06-171-2/+2 * Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-161-0/+4 * swap button order. For #40900.Not Zed2003-04-081-2/+2 * Update for e_notice move (apply_changes): Pass a parent_window to e_noticeDan Winship2003-03-251-1/+1 * validate rule & rule is unique. Workaround for #39464. Should this justNot Zed2003-03-181-0/+19 * Part of a fix for bug #39809Jeffrey Stedfast2003-03-181-2/+1 * Fix the response code, because some bastard changed the filter/* code andNot Zed2003-03-101-1/+1 * Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-0/+1 * add EVOLUTION_PRIVDATADIRDan Winship2003-02-071-1/+1 * Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+2 * Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-22/+45 * fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-1/+1 * ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-35/+35 * gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-2/+2 * clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unrefNot Zed2002-11-261-10/+2 * fix warning message, outlook->mbox.Not Zed2002-11-191-1/+0 * Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-151-2/+2 * Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+0 * Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-87/+90 * Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-12/+0 * Initialise the standard uri's before doing anything else.Not Zed2002-07-241-12/+41 * When renaming, use full_name to set the folder, not name, so the path isNot Zed2002-07-221-1/+1 * Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-171-1/+1 * Set the vfolder_editor variable to null before we close the dialogue,Not Zed2002-07-151-4/+4 * ** fixes for #10781Not Zed2002-07-151-20/+28 * Pass TRUE as the auto_connect argument to mail_load_storage_from_uri().Jeffrey Stedfast2002-07-041-1/+1 * remove a #include "camel-remote-store.h"Jeffrey Stedfast2002-05-231-1/+0 * Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-261-2/+3 * Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-0/+1 * Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here.Jeffrey Stedfast2001-11-131-6/+14 * Require gal 0.15.99.8Joe Shaw2001-10-301-2/+1 * Argh!!! Dont free the async op data here, the async op is still running02001-10-301-2/+2 * Sort the folder updates first, since we dont seem to get them in the right92001-10-291-1/+1 * Copy the folder's full_name before trying to use it to rename.92001-10-291-15/+14 * Remove uic, kill dumb warning.82001-10-281-5/+5 * Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-281-37/+72 * Changed to open the source store from '/', so we can do renames across62001-10-271-6/+55 * Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-221-5/+10 * Free folders_uri. (real_folder_deleted): If folder is deleted, remove it92001-10-191-33/+14 * Added remove flag - its not adduri, its removeuri, its less typing than82001-10-191-32/+43 * Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-161-0/+25 * If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-051-0/+63 * Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-2/+2 * replace my_list_find() == NULL with my_list_find() != NULL.Jeffrey Stedfast2001-10-021-2/+2 * Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-291-99/+300 * Dont let drafts/outbox/sent be added via a generic 'all local folders'02001-09-211-0/+5 * Update the status bar here, assuming we've just been activated.02001-09-211-7/+7 * Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-9/+34 * Register vfolder sources here.02001-09-211-2/+12 * General cleanup of mail debug printfs.92001-09-19