From baea9882fcc2c3056bf610b3df5077ddbfdee558 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 14 Dec 2009 09:26:03 -0500 Subject: Move icon theme path setup from main() to EShell. So Anjal picks it up. --- shell/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shell/main.c') 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) -- cgit