diff options
author | Milan Crha <mcrha@redhat.com> | 2008-06-20 17:53:51 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-06-20 17:53:51 +0800 |
commit | 93117671d6bf682f22c4ead67c2fb4c080b157dd (patch) | |
tree | 10c80cd027a6f399c6667e6963bc71c88288d474 /plugins/backup-restore | |
parent | 4813d6259ff1b9b88e127bb171b3fe5c412a9585 (diff) | |
download | gsoc2013-evolution-93117671d6bf682f22c4ead67c2fb4c080b157dd.tar.gz gsoc2013-evolution-93117671d6bf682f22c4ead67c2fb4c080b157dd.tar.zst gsoc2013-evolution-93117671d6bf682f22c4ead67c2fb4c080b157dd.zip |
Use Evolution icon for the window.
2008-06-20 Milan Crha <mcrha@redhat.com>
* backup.c: (main): Use Evolution icon for the window.
svn path=/trunk/; revision=35655
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r-- | plugins/backup-restore/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/backup-restore/backup.c | 2 |
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, |