From 2324b9a72aeeeea53b25159c6f374bd9cb9b14de Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 15 Jan 2001 18:33:24 +0000 Subject: Set the title of the splash dialog to Evolution svn path=/trunk/; revision=7507 --- shell/ChangeLog | 14 ++++++++++++++ shell/e-splash.c | 1 + 2 files changed, 15 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index 485e657deb..ed666dfca0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2001-01-15 Iain Holmes + + * importer/importer.c (import_druid_cancel): Just destroy the wizard. + All other freeing code is moved into import_druid_destroy. + (show_import_wizard): Connect the destroy signal to import_druid_destroy. + (start_import): Connect to the destroy signal of the dialog and the + clicked as well. + (dialog_destroy_cb): Stop the import after the current item has finished. + (dialog_clicked_cb): Stop the import. + (import_cb): Only process the next item if the dialog hasn't been stopped. + Destroy the dialog if it hasn't been destroyed already. + + * e-splash.c (e_splash_construct): Set the window title to Evolution. + 2001-01-13 Jason Leach (Fix bug #934: Add Right-click item to hide the shortcut bar) diff --git a/shell/e-splash.c b/shell/e-splash.c index 3ecb10fa99..29e2147fb5 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -321,6 +321,7 @@ e_splash_construct (ESplash *splash, gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER); gtk_window_set_policy (GTK_WINDOW (splash), FALSE, FALSE, FALSE); gtk_window_set_default_size (GTK_WINDOW (splash), image_width, image_height); + gtk_window_set_title (GTK_WINDOW (splash), "Evolution"); } -- cgit v1.2.3