diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-14 22:26:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-15 04:37:17 +0800 |
commit | baea9882fcc2c3056bf610b3df5077ddbfdee558 (patch) | |
tree | 4e45c9be2b19e158af8321f3eb22fcc375272f53 /shell/main.c | |
parent | 21f06130998918efef046b260cca6db150fdb42c (diff) | |
download | gsoc2013-evolution-baea9882fcc2c3056bf610b3df5077ddbfdee558.tar.gz gsoc2013-evolution-baea9882fcc2c3056bf610b3df5077ddbfdee558.tar.zst gsoc2013-evolution-baea9882fcc2c3056bf610b3df5077ddbfdee558.zip |
Move icon theme path setup from main() to EShell.
So Anjal picks it up.
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index 81a6a81540..2e8f07a7bc 100644 --- a/shell/main.c +++ b/shell/main.c @@ -451,7 +451,6 @@ gint main (gint argc, gchar **argv) { EShell *shell; - GtkIconTheme *icon_theme; GConfClient *client; #ifdef DEVELOPMENT gboolean skip_warning_dialog; @@ -553,9 +552,6 @@ main (gint argc, gchar **argv) e_passwords_init (); - icon_theme = gtk_icon_theme_get_default (); - gtk_icon_theme_append_search_path (icon_theme, EVOLUTION_ICONDIR); - gtk_window_set_default_icon_name ("evolution"); if (setup_only) |