From 52ce2079e3299a9f55f19154fa954ab82bf8dfd3 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 10 Jan 2003 17:40:28 +0000 Subject: Set defaults for /apps/evolution/shell/default_folders/... . * apps_evolution_shell.schemas: Set defaults for /apps/evolution/shell/default_folders/... . * e-shortcuts-view.c (pop_up_right_click_menu_for_group): Destroy the popup_menu with gtk_widget_destroy() instead of gtk_widget_unref(). svn path=/trunk/; revision=19403 --- shell/ChangeLog | 9 +++++++++ shell/apps_evolution_shell.schemas | 8 ++++---- shell/e-shortcuts-view.c | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 0f5dd7cf91..9c7b33a70b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2003-01-10 Ettore Perazzoli + + * apps_evolution_shell.schemas: Set defaults for + /apps/evolution/shell/default_folders/... . + + * e-shortcuts-view.c (pop_up_right_click_menu_for_group): Destroy + the popup_menu with gtk_widget_destroy() instead of + gtk_widget_unref(). + 2003-01-10 Not Zed * evolution-config-control.c (impl_apply): remove cast to diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas index c1b93e0dd7..b51412da27 100644 --- a/shell/apps_evolution_shell.schemas +++ b/shell/apps_evolution_shell.schemas @@ -8,7 +8,7 @@ /apps/evolution/shell/default_folders/mail_path evolution string - + evolution:/local/Inbox Path to the default mail folder @@ -32,7 +32,7 @@ /apps/evolution/shell/default_folders/contacts_path evolution string - + evolution:/local/Contacts Path to the default contacts folder @@ -56,7 +56,7 @@ /apps/evolution/shell/default_folders/calendar_path evolution string - + evolution:/local/Calendar Path to the default calendar folder @@ -80,7 +80,7 @@ /apps/evolution/shell/default_folders/tasks_path evolution string - + evolution:/local/Tasks Path to the default tasks folder diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c index 2c77f62e95..aa46fcfb64 100644 --- a/shell/e-shortcuts-view.c +++ b/shell/e-shortcuts-view.c @@ -307,7 +307,7 @@ pop_up_right_click_menu_for_group (EShortcutsView *shortcuts_view, gnome_popup_menu_do_popup_modal (popup_menu, NULL, NULL, event, menu_data, GTK_WIDGET (shortcuts_view)); g_free (menu_data); - gtk_widget_unref (popup_menu); + gtk_widget_destroy (popup_menu); } -- cgit v1.2.3