From 706ddf0a1e5d255c28f692b8efbf166bf41dc19f Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 19 Dec 2007 19:07:50 +0000 Subject: [PATCH] Show "Copied" banner after copying a URL Fixes NB#78751 pmo-trunk-r3945 --- src/maemo/modest-platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 83080ae..512ee1b 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -397,6 +397,7 @@ activate_uri_popup_item (GtkMenuItem *menu_item, action_name += strlen ("mailto:"); gtk_clipboard_set_text (clipboard, action_name, strlen (action_name)); + modest_platform_information_banner (NULL, NULL, _CS("ecoc_ib_edwin_copied")); return; /* we're done */ } -- 1.7.9.5