[evolution-rss] print imported file name



commit 8fd8253936ce6952cc63797313dcafbf4a841791
Author: Lucian Langa <lucilanga gnome org>
Date:   Thu May 20 23:02:45 2010 +0300

    print imported file name

 src/rss-config-factory.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/rss-config-factory.c b/src/rss-config-factory.c
index cfb36bc..12f7e61 100644
--- a/src/rss-config-factory.c
+++ b/src/rss-config-factory.c
@@ -1664,7 +1664,9 @@ error:		rss_error(NULL,
 		goto out;
 	}
 	doc = src;
-	msg = g_strdup(_("Importing feeds..."));
+	tmp = g_path_get_basename(file);
+	msg = g_strdup_printf("%s: %s", _("Importing"), tmp);
+	g_free(tmp);
 #if EVOLUTION_VERSION < 22904
 	import_dialog = e_error_new(
 		GTK_WINDOW(rf->preferences),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]