diff options
-rw-r--r-- | shell/e-corba-storage.c | 2 | ||||
-rw-r--r-- | shell/e-folder-tree.c | 2 | ||||
-rw-r--r-- | shell/e-folder-type-registry.c | 2 | ||||
-rw-r--r-- | shell/e-local-storage.c | 2 | ||||
-rw-r--r-- | shell/e-local-storage.h | 2 | ||||
-rw-r--r-- | shell/e-setup.c | 2 | ||||
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 4 | ||||
-rw-r--r-- | shell/e-shell-folder-title-bar.c | 2 | ||||
-rw-r--r-- | shell/e-shell-view.c | 2 | ||||
-rw-r--r-- | shell/e-shell.c | 2 | ||||
-rw-r--r-- | shell/e-shortcuts-view.c | 2 | ||||
-rw-r--r-- | shell/e-shortcuts.c | 2 | ||||
-rw-r--r-- | shell/e-shortcuts.h | 2 | ||||
-rw-r--r-- | shell/e-splash.c | 2 | ||||
-rw-r--r-- | shell/e-storage-set-view.c | 2 | ||||
-rw-r--r-- | shell/e-storage.c | 2 | ||||
-rw-r--r-- | shell/evolution-shell-component-client.c | 2 | ||||
-rw-r--r-- | shell/evolution-storage.c | 2 |
18 files changed, 18 insertions, 20 deletions
diff --git a/shell/e-corba-storage.c b/shell/e-corba-storage.c index 680471da14..0428a521b8 100644 --- a/shell/e-corba-storage.c +++ b/shell/e-corba-storage.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-corba-storage.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-folder-tree.c b/shell/e-folder-tree.c index 5feb66c320..f8e23955a9 100644 --- a/shell/e-folder-tree.c +++ b/shell/e-folder-tree.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-folder-set.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-folder-type-registry.c b/shell/e-folder-type-registry.c index c622d0e4a5..b73deb4b06 100644 --- a/shell/e-folder-type-registry.c +++ b/shell/e-folder-type-registry.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-folder-type-registry.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index a149e21fca..5c3317fdb8 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-storage.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-local-storage.h b/shell/e-local-storage.h index a7cb520ba1..06dff78e11 100644 --- a/shell/e-local-storage.h +++ b/shell/e-local-storage.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-storage.h * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-setup.c b/shell/e-setup.c index b1255906fb..a97dc91232 100644 --- a/shell/e-setup.c +++ b/shell/e-setup.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-setup.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 6c3e429a83..be530ef59c 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -335,10 +335,8 @@ e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_s gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (folder_selection_dialog)->vbox), scroll_frame, TRUE, TRUE, 2); - gtk_widget_show (scroll_frame); gtk_widget_show (priv->storage_set_view); - - gtk_widget_grab_focus (priv->storage_set_view); + gtk_widget_show (scroll_frame); } /** diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index abd47f59a5..44f5ae7988 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-folder-title-bar.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 769e54c5bb..5875546eba 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-view.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-shell.c b/shell/e-shell.c index 8cecea7d4f..3067a8cd9a 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c index 855c0279a5..4db5b2261c 100644 --- a/shell/e-shortcuts-view.c +++ b/shell/e-shortcuts-view.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shortcuts-view.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index 5acc856e33..661201f9b0 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shortcuts.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h index da544450fb..c2f7e9f0cf 100644 --- a/shell/e-shortcuts.h +++ b/shell/e-shortcuts.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shortcuts.h * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-splash.c b/shell/e-splash.c index 29e2147fb5..424758d13c 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-splash.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index ef76d21903..b2e9d14b34 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-storage-set-view.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/e-storage.c b/shell/e-storage.c index 72670d832d..6eb746e8a7 100644 --- a/shell/e-storage.c +++ b/shell/e-storage.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-storage.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/evolution-shell-component-client.c b/shell/evolution-shell-component-client.c index 40b3b29311..4717c5f23d 100644 --- a/shell/evolution-shell-component-client.c +++ b/shell/evolution-shell-component-client.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-shell-component-client.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index 75b15ee25e..1424042653 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-storage.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |