[epiphany/gnome-3-18] about:applications: fix the arrangement of	title and url
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [epiphany/gnome-3-18] about:applications: fix the arrangement of	title and url
- Date: Wed,  9 Dec 2015 13:12:06 +0000 (UTC)
commit 7917f21a1a9874c0279d41b74f42af1f28dfb689
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Dec 9 10:14:48 2015 +0100
    about:applications: fix the arrangement of title and url
    
    These were upside-down because of a printf messup.
 embed/ephy-about-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index f658c3c..34248f5 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -365,7 +365,7 @@ handle_applications_finished_cb (EphyAboutHandler *handler,
                             "<td class=\"data\"><div class=\"appname\">%s</div><div 
class=\"appurl\">%s</div></td>"
                             "<td class=\"input\"><input type=\"button\" value=\"Delete\" 
onclick=\"deleteWebApp('%s');\"></td>"
                             "<td class=\"date\">%s <br /> %s</td></tr></tbody>",
-                            app->name, app->icon_url, app->url, app->name, app->name,
+                            app->name, app->icon_url, app->name, app->url, app->name,
                             /* Note for translators: this refers to the installation date. */
                             _("Installed on:"), app->install_date);
   }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]