From 93117671d6bf682f22c4ead67c2fb4c080b157dd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 20 Jun 2008 09:53:51 +0000 Subject: Use Evolution icon for the window. 2008-06-20 Milan Crha * backup.c: (main): Use Evolution icon for the window. svn path=/trunk/; revision=35655 --- plugins/backup-restore/ChangeLog | 4 ++++ plugins/backup-restore/backup.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'plugins') diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog index ef5588c2bb..ea638cf47d 100644 --- a/plugins/backup-restore/ChangeLog +++ b/plugins/backup-restore/ChangeLog @@ -1,3 +1,7 @@ +2008-06-20 Milan Crha + + * backup.c: (main): Use Evolution icon for the window. + 2008-06-19 Milan Crha ** Fix for bug #478469 diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c index 114d04f7dc..ddd97c287b 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -267,6 +267,8 @@ main (int argc, char **argv) char *str = NULL, *txt; const char *txt2; + gtk_window_set_default_icon_name ("evolution"); + /* Backup / Restore only can have GUI. We should restrict the rest */ progress_dialog = gtk_dialog_new_with_buttons (backup_op ? _("Evolution Backup"): _("Evolution Restore"), NULL, -- cgit v1.2.3