~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to src/empathy-accounts.c

Tags: upstream-0.21.90
ImportĀ upstreamĀ versionĀ 0.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        gtk_init (&argc, &argv);
46
46
 
47
47
        gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
48
 
                                           DATADIR G_DIR_SEPARATOR_S "empathy");
 
48
                                           PKGDATADIR G_DIR_SEPARATOR_S "icons");
49
49
        dialog = empathy_accounts_dialog_show (NULL);
50
50
 
51
51
        g_signal_connect (dialog, "destroy",