diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 6e1abb118..5786cb7ae 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -288,7 +288,7 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); gtk_window_set_default_icon_name ("empathy"); gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), - DATADIR G_DIR_SEPARATOR_S "empathy"); + PKGDATADIR G_DIR_SEPARATOR_S "icons"); gnome_vfs_init (); /* Setting up MC */ |