aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/backup-restore/ChangeLog4
-rw-r--r--plugins/backup-restore/backup.c2
2 files changed, 6 insertions, 0 deletions
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 <mcrha@redhat.com>
+
+ * backup.c: (main): Use Evolution icon for the window.
+
2008-06-19 Milan Crha <mcrha@redhat.com>
** 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,